Global settings that affect SEO and layout.
Settings screen
Admin → Settings stores key/value pairs in cms_settings. Common keys include:
- Site name and tagline
- Default meta title and description
- Active theme slug
- Public homepage page ID (optional)
- Commerce and mobile-related keys (when enabled)
Branding
- Upload a logo via Media.
- Reference the logo in theme settings or templates.
- Theme-specific options live in
theme.jsonand resolve totheme_settingsin Twig.
Homepage configuration
Under Settings → Public site homepage you can:
- Leave empty — the active theme's
page/home.twigrenders at/ - Select a published CMS page — that page's body, block builder sections, and SEO serve at
/;/p/{slug}redirects to/
Environment label
On the Blueprints page, set Site profile → Environment to production, staging, or local. Config sync packages record this for agency workflows.
SEO defaults
Global meta title and description apply when individual entries leave SEO fields blank. Set these before launch so empty pages still produce reasonable search snippets.
Troubleshooting
- Theme change not visible — Clear cache via Tools → Maintenance or
composer cache:clear. - Wrong homepage — Verify the selected page is Published and the setting saved.