Butterfly
  • Butterfly
  • Introduction
  • Changelog
  • Admin Panel
  • Audit Logs
  • Cloud
  • Commands
  • Data Manager
  • Data Types
  • Database
  • Designs
  • Introduction
  • Features
  • File Storage
  • Frontend
  • Generators
  • Helpers
  • Installation
  • Items
  • Migrations
  • Modules
  • Notification
  • Performance
  • Queue
  • Security
  • Settings
  • Smarty Helpers
  • Streams
  • Testing
  • Tutorials
  • Upgrade
  • Usage of Validator
  • Webservice
  • Swagger API Documentation Generator
  • CLI Commands
Powered by GitBook
On this page
  • Setting Groups
  • Settings
  • Creating Settings
  • Updating Setting Values

Settings

PreviousSecurityNextSmarty Helpers

Last updated 3 years ago

Settings are single-value options for your application. You can define generic options that will be used on Frontend, Webservices or Mobile Applications from Settings.

Setting Groups

Setting Groups are used to Group different settings together. Settings from same group can be reach together and managed in the same page on Admin Panel.

To define a new Setting Group, go to System Settings > Setting Groups menu in Admin Panel.

Settings

Creating Settings

You can add new settings from Admin Panel. We recommend you to create settings using Migrations, so that, settings will be populated to different environments without additional effort. You can check to learn how to create settings using Migrations.

Updating Setting Values

After creating Settings, you can update it from Admin Panel > Settings menu. You will see the Setting Groups and after clicking Setting Group names, all options in that Setting Group will be listed.

this page