From e010a528a3c051eb4a3d92922d025d8a18268f87 Mon Sep 17 00:00:00 2001 From: "pmoreno.rodriguez" <60596353+pmoreno-rodriguez@users.noreply.github.com> Date: Mon, 6 Feb 2023 17:22:35 +0100 Subject: [PATCH] Added show_breadcrumbs to items --- blueprints/item.yaml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/blueprints/item.yaml b/blueprints/item.yaml index 55a2455..848e4e8 100644 --- a/blueprints/item.yaml +++ b/blueprints/item.yaml @@ -14,6 +14,17 @@ form: fields: + header.show_breadcrumbs: + type: toggle + toggleable: true + label: FUTURE.ADMIN.BLOG.BLOG_CONTENT_ITEMS_BREADCRUMBS + highlight: 1 + options: + 1: PLUGIN_ADMIN.ENABLED + 0: PLUGIN_ADMIN.DISABLED + validate: + type: bool + summary: type: section title: FUTURE.ADMIN.ITEM.ITEM_SUMMARY @@ -59,4 +70,4 @@ form: type: pagemediaselect toggleable: true label: FUTURE.ADMIN.ITEM.ITEM_AVATAR - preview_images: true \ No newline at end of file + preview_images: true