Skip to content

Commit

Permalink
Add Conditions page to navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustMiller committed Jun 27, 2024
1 parent a44925f commit 59c8ef2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/.vuepress/sets/craft-cms.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ module.exports = {
"asset-bundles",
"behaviors",
"commands",
"conditions",
"controllers",
"element-actions",
"environmental-settings",
Expand Down Expand Up @@ -295,6 +296,7 @@ module.exports = {
"asset-bundles",
"behaviors",
"commands",
"conditions",
"controllers",
"element-actions",
"environmental-settings",
Expand Down
2 changes: 1 addition & 1 deletion docs/5.x/extend/conditions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 59c8ef2

Please sign in to comment.