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