diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fcc851b1..22b71979a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # v1.1.3 ## 08/14/2016 +1. [](#improved) + * Added a `Util::arrayFlatten()` static function 1. [](#bugfix) * Fix for lightbox media function throwing error [#981](https://github.com/getgrav/grav/issues/981) diff --git a/system/config/system.yaml b/system/config/system.yaml index 3d35c0740..fb8a93e76 100644 --- a/system/config/system.yaml +++ b/system/config/system.yaml @@ -61,7 +61,7 @@ pages: url_taxonomy_filters: true # Enable auto-magic URL-based taxonomy filters for page collections frontmatter: process_twig: false # Should the frontmatter be processed to replace Twig variables? - ignore_fields: ['form'] # Fields that might contain Twig variables and should not be processed + ignore_fields: ['form','forms'] # Fields that might contain Twig variables and should not be processed cache: enabled: true # Set to true to enable caching