Edit Setting

Update setting details and value

Back to List
Setting Information
Use dot notation for nested keys: brand.colors
Lower values appear first
Valid JSON
Tip: Use "Format JSON" button to prettify your JSON. Click "Validate" to check syntax.
Enter JSON structure for Spanish translations.
Enter JSON structure for French translations.
Enter JSON structure for German translations.
Enter JSON structure for Chinese translations.
Enter JSON structure for Hindi translations.
Enter JSON structure for Bangla translations.
Enter JSON structure for Arabic translations.
Enter JSON structure for Urdu translations.

Cancel
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