Skip to content

Commit

Permalink
use admin plugin yes/no
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonccox committed Nov 21, 2019
1 parent 16d54e3 commit c99b439
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
8 changes: 4 additions & 4 deletions blueprints/modular.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ form:
highlight: 1
description: If activated, each child module will be a navigable sub-menu item under the parent page in the navigation bar.
options:
1: Yes
0: No
1: PLUDIN_ADMIN.YES
0: PLUDIN_ADMIN.NO
validate:
type: bool

Expand All @@ -30,7 +30,7 @@ form:
highlight: 1
description: If activated, each child module will be a top-level navigable menu item, and no other links will be shown in the navigation menu.
options:
1: Yes
0: No
1: PLUDIN_ADMIN.YES
0: PLUDIN_ADMIN.NO
validate:
type: bool
4 changes: 2 additions & 2 deletions blueprints/modular/contact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ form:
highlight: 1
description: The form must be defined on the parent modular page.
options:
1: Yes
0: No
1: PLUDIN_ADMIN.YES
0: PLUDIN_ADMIN.NO
validate:
type: bool

Expand Down
5 changes: 2 additions & 3 deletions blueprints/modular/intro.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ form:
highlight: 1
description: If activated, the Footer Links defined in the theme configuration will be shown with the links defined here.
options:
1: Yes
0: No
1: PLUDIN_ADMIN.YES
0: PLUDIN_ADMIN.NO
validate:
type: bool

Expand All @@ -58,4 +58,3 @@ form:
label: Alt Text
validate:
type: textarea

0 comments on commit c99b439

Please sign in to comment.