Skip to content

Commit

Permalink
fixed another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonccox committed Nov 22, 2019
1 parent 33f5aca commit 5500e75
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 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: PLUGIN_ADMIN.NO.YES
0: PLUGIN_ADMIN.NO.NO
1: PLUGIN_ADMIN.YES
0: PLUGIN_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: PLUGIN_ADMIN.NO.YES
0: PLUGIN_ADMIN.NO.NO
1: PLUGIN_ADMIN.YES
0: PLUGIN_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: PLUGIN_ADMIN.NO.YES
0: PLUGIN_ADMIN.NO.NO
1: PLUGIN_ADMIN.YES
0: PLUGIN_ADMIN.NO
validate:
type: bool

Expand Down
8 changes: 4 additions & 4 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: PLUGIN_ADMIN.NO.YES
0: PLUGIN_ADMIN.NO.NO
1: PLUGIN_ADMIN.YES
0: PLUGIN_ADMIN.NO
validate:
type: bool

Expand Down Expand Up @@ -66,7 +66,7 @@ form:
default: 0
description: If activated, the content (not the Custom Intro Image) will be centered instead of left-aligned.
options:
1: PLUGIN_ADMIN.NO.YES
0: PLUGIN_ADMIN.NO.NO
1: PLUGIN_ADMIN.YES
0: PLUGIN_ADMIN.NO
validate:
type: bool

0 comments on commit 5500e75

Please sign in to comment.