mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-07-07 02:52:14 +02:00
Make pages field to work with Flex Pages
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
# v1.10.0-beta.9
|
||||
## mm/dd/2019
|
||||
|
||||
1. [](#bugfix)
|
||||
* Make pages field to work with Flex Pages
|
||||
|
||||
# v1.10.0-beta.8
|
||||
## 09/19/2019
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
{% endblock %}
|
||||
|
||||
{% block input %}
|
||||
|
||||
{% do admin.enablePages %}
|
||||
{% set start_page = field.start_route ? pages.find(field.start_route) : null %}
|
||||
{% set show_all = field.show_all is same as(false) ? false : true %}
|
||||
{% set show_fullpath = field.show_fullpath is same as(true) ? true : false %}
|
||||
|
||||
Reference in New Issue
Block a user