mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-06-07 20:08:54 +00:00
Fixed @self.children in blog.yaml
This commit is contained in:
parent
cc3f723ae9
commit
ff069ae021
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ form:
|
|||
type: textarea
|
||||
yaml: true
|
||||
label: FUTURE.ADMIN.BLOG.BLOG_CONTENT_ITEMS
|
||||
default: '-@self.children'
|
||||
default: '@self.children'
|
||||
validate:
|
||||
type: yaml
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue