System Settings
System Settings
The System Settings module centralizes foundational configuration that affects the website, the admin, and the currently enabled modules.
Settings Hub
Starting from version 2026.3.0, the settings entry point is a hub landing page that displays all available setting categories in a grid layout. Each category opens in a dedicated sidebar view.
Categories
| Category | Contains |
|---|---|
| General | Basic settings, contact, image |
| Content | Email settings |
| Server | Cache, upload, API logs |
| Modules | Module activation |
| Interface | Menus, widgets, workflows |
| System | Dashboard (server info) |
URL changes
Previous flat URLs such as /setting/basic now redirect to /setting/general/basic. All old URLs have backwards-compatible redirects.
Detailed guide tree
- System dashboard: review server, database, directory, and composer information.
- Basic settings: manage the
basic,contact, andimagegroups. - Email settings: update email-related configuration.
- Module activation: enable or disable modules with dependency-aware guards.
- Upload settings: manage upload-related settings and media limits.
- Cache settings: update cache and performance-related settings.
- System menus: manage menus and nested menu items.
- System widgets: manage widgets, templates, inputs, and associated JS.
- System workflows: manage workflows, tags, triggers, and the workflow builder.
- API logs: inspect request logs by method, domain, type, and timestamp.
Two main screen patterns
Dynamic setting forms: shared pattern based oninitSettingList + initForm + /setting/save, withSaveandSave & Sync.Specialized admin screens: dedicated pages such asDashboard,Modules,Menu,Widget,Workflows, andAPI Logs.
Safe operating approach
- Confirm scope before changing any shared configuration.
- Prioritize validation for
Cache,Upload,Email, andModulesduring infrastructure or release work. - Record updates to
Menu,Widget, andWorkflowbecause they can affect multiple screens and behaviors at once.
Sensitive area
Many System Settings pages can impact the full site or the entire admin. Change them only with a clear validation and rollback plan.

