Skip to content

Commit

Permalink
Fixed system.pages.hide_empty_folders #2925
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Miller <rhuk@mac.com>
  • Loading branch information
rhukster committed May 26, 2020
1 parent 9d6207f commit 069ef7b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,7 @@
* Fixed new `Flex Page` not having correct form fields for the page type
* Fixed new `Flex User` erroring out on save (thanks @mikebi42)
* Fixed blueprint value filtering in lists [#2923](https://github.com/getgrav/grav/issues/2923)
* Fixed blueprint for `system.pages.hide_empty_folders` [#1925](https://github.com/getgrav/grav/issues/2925)

# v1.7.0-rc.11
## 05/14/2020
Expand Down
12 changes: 7 additions & 5 deletions system/blueprints/config/system.yaml
Expand Up @@ -241,13 +241,15 @@ form:
type: commalist

pages.hide_empty_folders:
type: selectize
size: large
type: toggle
label: PLUGIN_ADMIN.HIDE_EMPTY_FOLDERS
help: PLUGIN_ADMIN.HIDE_EMPTY_FOLDERS_HELP
classes: fancy
help: PLUGIN_ADMIN.HIDE_EMPTY_FOLDERS_HELP
highlight: 0
options:
1: PLUGIN_ADMIN.YES
0: PLUGIN_ADMIN.NO
validate:
type: commalist
type: bool

pages.url_taxonomy_filters:
type: toggle
Expand Down

0 comments on commit 069ef7b

Please sign in to comment.