mirror of
https://github.com/getgrav/grav.git
synced 2026-07-11 13:33:53 +02:00
updated changelog
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user