Appearance
Basic Settings
Menu: Settings -> Basic Settings
Deep link:/_Admin/system/settings?SiteId={siteGuid}
Basic Settings is the entry for site-level configuration: six tabs at the top; click bottom Save (or shortcut) to persist changes to the Site model. Unlike Domains or Integrations, this page edits Site fields directly, not separate integration lists.
Permissions
View and edit: site·edit. Export site package also requires site·export.
How to Open
- In Edit Menu, enable Settings -> Basic Settings.
- Open Settings -> Basic Settings in the left sidebar.

Tabs and Docs
Switching tabs sets query parameter name; deep links open a specific tab.
| Tab | name | Doc | Main topics |
|---|---|---|---|
| General | basic | General | Display name, Base URL, SSL, SPA, multilingual, import/export package |
| Access Control | access | Access Control | Site type, path rules, rate limits, blocks, CORS, dev password |
| Performance | performance | Performance | JS/CSS minify and cache, image cache, WebP, resource cache |
| SEO | seo | SEO | Lighthouse, Sitemap, PWA, visitor log toggle, Canonical |
| Editor | editor | Editor | Rich text, inline design, code suggestions, operation recording |
| Advanced | advance | Advanced | Default database, SQL/code logs, Hook switches, custom settings |
Deep link examples:
text
/_Admin/system/settings?SiteId={siteGuid}&name=basic
/_Admin/system/settings?SiteId={siteGuid}&name=advanceSave and Leave
- Bottom Save bar (
KBottomBar) submits unsaved changes from all tabs (SitePOST). - Save keyboard shortcut matches global admin.
- Leaving with unsaved changes prompts confirmation (
saveTip).
Some panels run hooks before save (multilingual, PWA, Lighthouse, rate-limit IP serialization, etc.); server write is final.
Suggested Reading Order
- General — site identity and multilingual
- Access Control — security and visibility before go-live
- Performance · SEO — as needed by site type
- Editor — content/page editing experience
- Advanced — ties to Database and Hooks
Related
| Doc | Description |
|---|---|
| Settings overview | Full settings menu |
| Domains | Bind access domains (with Base URL) |
| Development -> SPA multilingual | Front-end SPA language packs (not this page’s multilingual) |
| k.label | Multilingual Label script API |