mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-06-07 20:08:54 +00:00
Fixed blueprints translations and fixed show_pagination variable
This commit is contained in:
parent
98312d485b
commit
fb73ba591b
1 changed files with 5 additions and 2 deletions
|
@ -72,16 +72,18 @@ form:
|
||||||
header.show_breadcrumbs:
|
header.show_breadcrumbs:
|
||||||
type: toggle
|
type: toggle
|
||||||
toggleable: true
|
toggleable: true
|
||||||
label: Show Breadcrumbs
|
label: FUTURE.ADMIN.BLOG.BLOG_CONTENT_ITEMS_BREADCRUMBS
|
||||||
highlight: 1
|
highlight: 1
|
||||||
|
default: 1
|
||||||
options:
|
options:
|
||||||
1: PLUGIN_ADMIN.ENABLED
|
1: PLUGIN_ADMIN.ENABLED
|
||||||
0: PLUGIN_ADMIN.DISABLED
|
0: PLUGIN_ADMIN.DISABLED
|
||||||
validate:
|
validate:
|
||||||
type: bool
|
type: bool
|
||||||
|
|
||||||
header.content.pagination:
|
header.show_pagination:
|
||||||
type: toggle
|
type: toggle
|
||||||
|
toggleable: true
|
||||||
label: FUTURE.ADMIN.BLOG.BLOG_CONTENT_ITEMS_PAGINATION
|
label: FUTURE.ADMIN.BLOG.BLOG_CONTENT_ITEMS_PAGINATION
|
||||||
highlight: 1
|
highlight: 1
|
||||||
default: 1
|
default: 1
|
||||||
|
@ -93,6 +95,7 @@ form:
|
||||||
|
|
||||||
header.content.url_taxonomy_filters:
|
header.content.url_taxonomy_filters:
|
||||||
type: toggle
|
type: toggle
|
||||||
|
toggleable: true
|
||||||
label: FUTURE.ADMIN.BLOG.BLOG_CONTENT_ITEMS_URL_TAXONOMY_FILTERS
|
label: FUTURE.ADMIN.BLOG.BLOG_CONTENT_ITEMS_URL_TAXONOMY_FILTERS
|
||||||
highlight: 1
|
highlight: 1
|
||||||
default: 1
|
default: 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue