diff --git a/docs/.vuepress/sets/craft-cms.js b/docs/.vuepress/sets/craft-cms.js index 89e08df07..109982ad8 100644 --- a/docs/.vuepress/sets/craft-cms.js +++ b/docs/.vuepress/sets/craft-cms.js @@ -159,6 +159,7 @@ module.exports = { "asset-bundles", "behaviors", "commands", + "conditions", "controllers", "element-actions", "environmental-settings", @@ -295,6 +296,7 @@ module.exports = { "asset-bundles", "behaviors", "commands", + "conditions", "controllers", "element-actions", "environmental-settings", diff --git a/docs/5.x/extend/conditions.md b/docs/5.x/extend/conditions.md index bdc84c44c..8fa27f08b 100644 --- a/docs/5.x/extend/conditions.md +++ b/docs/5.x/extend/conditions.md @@ -9,7 +9,7 @@ There are several places you can find the condition builder in action: - Conditional field layouts, which make it possible to display specific tabs or fields only when precise criteria are met; - Custom [sources](../system/elements.md#sources), which are optional element index sources customized to display whatever elements meet the criteria you set; - Search field filters; -- Craft Commerce’s promotion and shipping rules; +- Craft Commerce’s pricing and shipping rules; ## Architecture