32 lines
1004 B
Markdown
32 lines
1004 B
Markdown
# Twix App Configuration
|
|
|
|
This page explains all configuration options for the Twix (Social Media) app in codem-phone.
|
|
|
|
---
|
|
|
|
## Default Images
|
|
|
|
```lua
|
|
DefaultProfilePhoto = 'https://aiakos.net/codem/api.php?script=codem-phone&file=defaultavatar3.png'
|
|
DefaultBannerPhoto = 'https://r2.fivemanage.com/k72wYUHKRghqt7PghHMCg/twixdef2.png'
|
|
```
|
|
|
|
| Parameter | Type | Description |
|
|
|-----------|------|-------------|
|
|
| `DefaultProfilePhoto` | string | Default profile photo URL for new users |
|
|
| `DefaultBannerPhoto` | string | Default banner/cover photo URL for new profiles |
|
|
|
|
---
|
|
|
|
## Blacklist Filter
|
|
|
|
```lua
|
|
EnableBlackWord = true
|
|
BlackWordDebug = false
|
|
```
|
|
|
|
| Parameter | Type | Default | Description |
|
|
|-----------|------|---------|-------------|
|
|
| `EnableBlackWord` | boolean | `true` | Enable blacklisted word filter (censors prohibited words in posts/comments) |
|
|
| `BlackWordDebug` | boolean | `false` | Debug mode for blacklist filter (logs filtered words to console) |
|