diff --git a/blueprints/modular.yaml b/blueprints/modular.yaml index 24c573d..730bf6f 100644 --- a/blueprints/modular.yaml +++ b/blueprints/modular.yaml @@ -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 @@ -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 diff --git a/blueprints/modular/contact.yaml b/blueprints/modular/contact.yaml index 531b66a..ddbc66c 100644 --- a/blueprints/modular/contact.yaml +++ b/blueprints/modular/contact.yaml @@ -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 diff --git a/blueprints/modular/intro.yaml b/blueprints/modular/intro.yaml index 7e43c91..26a9e46 100644 --- a/blueprints/modular/intro.yaml +++ b/blueprints/modular/intro.yaml @@ -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 @@ -58,4 +58,3 @@ form: label: Alt Text validate: type: textarea - \ No newline at end of file