Skip to content

Commit 59c8ef2

Browse files
committed
Add Conditions page to navigation
1 parent a44925f commit 59c8ef2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/.vuepress/sets/craft-cms.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ module.exports = {
159159
"asset-bundles",
160160
"behaviors",
161161
"commands",
162+
"conditions",
162163
"controllers",
163164
"element-actions",
164165
"environmental-settings",
@@ -295,6 +296,7 @@ module.exports = {
295296
"asset-bundles",
296297
"behaviors",
297298
"commands",
299+
"conditions",
298300
"controllers",
299301
"element-actions",
300302
"environmental-settings",

docs/5.x/extend/conditions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ There are several places you can find the condition builder in action:
99
- Conditional field layouts, which make it possible to display specific tabs or fields only when precise criteria are met;
1010
- Custom [sources](../system/elements.md#sources), which are optional element index sources customized to display whatever elements meet the criteria you set;
1111
- Search field filters;
12-
- Craft Commerce’s promotion and shipping rules;
12+
- Craft Commerce’s pricing and shipping rules;
1313

1414
## Architecture
1515

0 commit comments

Comments
 (0)