mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-06-07 20:08:54 +00:00
Added show_breadcrumbs to items
This commit is contained in:
parent
fb73ba591b
commit
e010a528a3
1 changed files with 12 additions and 1 deletions
|
@ -14,6 +14,17 @@ form:
|
||||||
|
|
||||||
fields:
|
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:
|
summary:
|
||||||
type: section
|
type: section
|
||||||
title: FUTURE.ADMIN.ITEM.ITEM_SUMMARY
|
title: FUTURE.ADMIN.ITEM.ITEM_SUMMARY
|
||||||
|
@ -59,4 +70,4 @@ form:
|
||||||
type: pagemediaselect
|
type: pagemediaselect
|
||||||
toggleable: true
|
toggleable: true
|
||||||
label: FUTURE.ADMIN.ITEM.ITEM_AVATAR
|
label: FUTURE.ADMIN.ITEM.ITEM_AVATAR
|
||||||
preview_images: true
|
preview_images: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue