Skip to main content
Geneva, Switzerland Call our support
English

Site settings and branding

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

  1. Upload a logo via Media.
  2. Reference the logo in theme settings or templates.
  3. Theme-specific options live in theme.json and resolve to theme_settings in Twig.

Homepage configuration

Under Settings → Public site homepage you can:

  • Leave empty — the active theme's page/home.twig renders 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.