Skip to content

Commit

Permalink
DEVDOCS-5596: [Update] theme variation limit (#2113)
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-traciporter authored Dec 14, 2023
1 parent 99d3464 commit 4194fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/stencil-docs/page-builder/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The basic division of labor is as follows:
* `config.json` assigns and updates a default value for each of the editable settings.
* Each `schema.json` entry has an ID element that maps it to its corresponding `config.json` entry. The ID value identifies the relevant `config.json` key name.
* Keys located in both configuration files'`settings` define the theme's look, feel, and functionality.
* Keys located in the `variations` object of `config.json` define variations of the theme. There is no limit to the number of variations each theme can include.
* Keys located in the `variations` object of `config.json` define variations of the theme. There is a limit of four variations each theme can include.
* For front-matter properties to be editable, your theme's Handlebars template must call certain Handlebars helpers to transform the `config.json` entries into JavaScript values.
* For fonts to be editable, a Sass stylesheet must call certain custom Sass functions to transform the `config.json` font entries into CSS values.
* For styles to be editable, a Sass stylesheet must call certain custom Handlebars helpers to transform the `config.json` entries into CSS values.
Expand Down

0 comments on commit 4194fa3

Please sign in to comment.