Skip to content

Commit 5500e75

Browse files
committed
fixed another typo
1 parent 33f5aca commit 5500e75

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

blueprints/modular.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ form:
1919
highlight: 1
2020
description: If activated, each child module will be a navigable sub-menu item under the parent page in the navigation bar.
2121
options:
22-
1: PLUGIN_ADMIN.NO.YES
23-
0: PLUGIN_ADMIN.NO.NO
22+
1: PLUGIN_ADMIN.YES
23+
0: PLUGIN_ADMIN.NO
2424
validate:
2525
type: bool
2626

@@ -30,7 +30,7 @@ form:
3030
highlight: 1
3131
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.
3232
options:
33-
1: PLUGIN_ADMIN.NO.YES
34-
0: PLUGIN_ADMIN.NO.NO
33+
1: PLUGIN_ADMIN.YES
34+
0: PLUGIN_ADMIN.NO
3535
validate:
3636
type: bool

blueprints/modular/contact.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ form:
1919
highlight: 1
2020
description: The form must be defined on the parent modular page.
2121
options:
22-
1: PLUGIN_ADMIN.NO.YES
23-
0: PLUGIN_ADMIN.NO.NO
22+
1: PLUGIN_ADMIN.YES
23+
0: PLUGIN_ADMIN.NO
2424
validate:
2525
type: bool
2626

blueprints/modular/intro.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ form:
3434
highlight: 1
3535
description: If activated, the Footer Links defined in the theme configuration will be shown with the links defined here.
3636
options:
37-
1: PLUGIN_ADMIN.NO.YES
38-
0: PLUGIN_ADMIN.NO.NO
37+
1: PLUGIN_ADMIN.YES
38+
0: PLUGIN_ADMIN.NO
3939
validate:
4040
type: bool
4141

@@ -66,7 +66,7 @@ form:
6666
default: 0
6767
description: If activated, the content (not the Custom Intro Image) will be centered instead of left-aligned.
6868
options:
69-
1: PLUGIN_ADMIN.NO.YES
70-
0: PLUGIN_ADMIN.NO.NO
69+
1: PLUGIN_ADMIN.YES
70+
0: PLUGIN_ADMIN.NO
7171
validate:
7272
type: bool

0 commit comments

Comments
 (0)