From fb73ba591b3f52cb876deeba21a2d2fb243bd156 Mon Sep 17 00:00:00 2001 From: "pmoreno.rodriguez" <60596353+pmoreno-rodriguez@users.noreply.github.com> Date: Mon, 6 Feb 2023 17:19:39 +0100 Subject: [PATCH] Fixed blueprints translations and fixed show_pagination variable --- blueprints/blog.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/blueprints/blog.yaml b/blueprints/blog.yaml index f7f4e55..bce8db0 100644 --- a/blueprints/blog.yaml +++ b/blueprints/blog.yaml @@ -72,16 +72,18 @@ form: header.show_breadcrumbs: type: toggle toggleable: true - label: Show Breadcrumbs + label: FUTURE.ADMIN.BLOG.BLOG_CONTENT_ITEMS_BREADCRUMBS highlight: 1 + default: 1 options: 1: PLUGIN_ADMIN.ENABLED 0: PLUGIN_ADMIN.DISABLED validate: type: bool - header.content.pagination: + header.show_pagination: type: toggle + toggleable: true label: FUTURE.ADMIN.BLOG.BLOG_CONTENT_ITEMS_PAGINATION highlight: 1 default: 1 @@ -93,6 +95,7 @@ form: header.content.url_taxonomy_filters: type: toggle + toggleable: true label: FUTURE.ADMIN.BLOG.BLOG_CONTENT_ITEMS_URL_TAXONOMY_FILTERS highlight: 1 default: 1