Settings

List of built-in settings. (You can create your own settings.)

Basic

HTML

  • Head: Add arbitrary <head> tags.
  • title: Set the page's title.
  • description: Set the page's description.
  • image: Set the page's preview image upon URL sharing.
  • viewport: Set the page's viewport size on mobile devices.
  • lang: Set the page's language (<html lang>).
  • htmlAttributes: Add tag attributes such as <html class="dark">.
  • bodyAttributes: Add tag attributes such as <body class="dark">.
  • bodyHtmlBegin: Insert HTML at the beginning of <body>.
  • bodyHtmlEnd: Insert HTML at the end of <body>.

You create your own custom HTML settings, see Guides > <head> tags > Custom settings.

Advanced

Most users don't need to know about these settings.

See also