Make pages field to work with Flex Pages

This commit is contained in:
Matias Griese
2019-09-26 16:04:47 +03:00
parent 2974b874ad
commit 4ff5f7c8d9
2 changed files with 7 additions and 1 deletions

View File

@@ -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

View File

@@ -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 %}