Edit Setting
Update setting details and value
Setting Information
Quick Tips
- String: Text values like names, URLs, codes
- Integer: Whole numbers like counts, limits
- Boolean: True/False values (checkbox)
- JSON: Complex data like arrays, objects
JSON Examples
["item1", "item2", "item3"]
{
"key": "value",
"nested": {
"item": "value"
}
}
Tip: Use dot notation in your key for nested structures:
brand.colors → creates {"brand": {"colors": [...]}}
Key Examples
•
lang•
currency•
media_base_url•
brand.colors•
brand.types•
app.version•
features.dark_mode