From 4194fa3b23641792cfaec123b50819c29583a174 Mon Sep 17 00:00:00 2001 From: Traci Porter Date: Thu, 14 Dec 2023 08:23:33 -0600 Subject: [PATCH] DEVDOCS-5596: [Update] theme variation limit (#2113) --- docs/stencil-docs/page-builder/configuration.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/stencil-docs/page-builder/configuration.mdx b/docs/stencil-docs/page-builder/configuration.mdx index 2e7937590..873e1cdfc 100644 --- a/docs/stencil-docs/page-builder/configuration.mdx +++ b/docs/stencil-docs/page-builder/configuration.mdx @@ -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.