Basic Settings
Basic Settings
The Basic Settings page uses the shared dynamic settings pattern. The current source groups data with listGroup = ['basic', 'contact', 'image'].
How the screen works
- Load settings through
useSettings. - Group records with
initSettingList. - Build the form through
initForm. - Render single or multilingual setting blocks.
- Save to
/setting/save.
Save modes
SaveSave & Sync
Use sync mode when your environment requires immediate configuration propagation.
Wide scope
Because this page combines basic, contact, and image, even a small edit can affect multiple public-facing areas.

