diff --git a/_demo/config/themes/future2021.yaml b/_demo/config/themes/future2021.yaml index 9451b82..470cbf1 100644 --- a/_demo/config/themes/future2021.yaml +++ b/_demo/config/themes/future2021.yaml @@ -38,7 +38,7 @@ miniposts: true miniposts_number: 3 latestposts: true miniposts_category: minipost -displaycustommenus: +custommenus: enabled: false dropdown: enabled: true diff --git a/blueprints.yaml b/blueprints.yaml index 6152f95..dac9d8c 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -25,7 +25,7 @@ dependencies: form: validation: loose - fields: + fields: production-mode: type: toggle label: FUTURE.ADMIN.THEME.PRODUCTION_MODE @@ -53,7 +53,7 @@ form: toggleable: true filesize: 3 accept: ['image/png', '.ico'] - + custom_logo: type: file label: FUTURE.ADMIN.THEME.CUSTOM_LOGO @@ -73,7 +73,7 @@ form: multiple: false accept: - image/* - + slogan: type: text label: FUTURE.ADMIN.THEME.SLOGAN @@ -125,7 +125,7 @@ form: validate: min: 1 max: 5 - + footer_section: type: columns fields: @@ -186,7 +186,7 @@ form: icon: bars title: FUTURE.ADMIN.THEME.CUSTOM_MENU_TITLE fields: - displaycustommenus.enabled: + custommenus.enabled: type: toggle label: FUTURE.ADMIN.THEME.CUSTOM_MENU_ENABLE help: FUTURE.ADMIN.THEME.CUSTOM_MENU_ENABLE_HELP diff --git a/future2021.yaml b/future2021.yaml index 6d977f1..f7b7922 100644 --- a/future2021.yaml +++ b/future2021.yaml @@ -38,5 +38,5 @@ miniposts: true miniposts_number: 3 latestposts: true miniposts_category: minipost -displaycustommenus: +custommenus: enabled: true \ No newline at end of file diff --git a/templates/partials/navigation.html.twig b/templates/partials/navigation.html.twig index 8243663..282ad5a 100644 --- a/templates/partials/navigation.html.twig +++ b/templates/partials/navigation.html.twig @@ -3,7 +3,7 @@