Page Configuration Variables

Page Configuration Variables or PCV are variables that can be added in before publishing or after (in the Prepend section of editing a campaign). These change the defaults of the theme, like button text or how dates are displayed.

How to Use

The syntax is as follows:

[property=value]
Click to copy

For example, to change the buttons to another language (in this example German), we could add the following text:

[button.home=Startseite] [button.categories=Kategorien]
Click to copy

To further this example we could also change the general HTML language of the page, like so:

[button.home=Startseite] [button.categories=Kategorien] [lang=de]
Click to copy

List of Configuration Variables

Overall

  • lang¹*
  • title
  • style²*
  • configuration³*

Structure

Nav Buttons

  • button.home
  • button.categories

Page Text

  • page.latest-posts
  • page.published
  • page.more-from
  • page.table-of-contents
  • page.all-categories

Meta

  • meta.description
  • meta.keywords
  • meta.author
  • meta.theme-color
  • meta.og:title
  • meta.og:type
  • meta.og:site_name
  • meta.og:description
  • meta.mobile-web-app-capable
  • meta.apple-mobile-web-app-title

Scripts

  • script.async

* see notes