1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-24 05:43:10 +02:00

chore(core): update changelog

This commit is contained in:
Awilum
2019-11-21 20:43:36 +03:00
parent eb002c13d2
commit e5e8af30df

View File

@@ -19,7 +19,13 @@
* **core:** add ability to hide title for hidden fields #240
* **core:** add ability to override plugins default manifest and settings #224
* **core:** add ability to override themes default manifest and settings #256
* **core:** add ability to set help text for generated form controls #283
* **core:** add ability to set help text for generated form controls #283
usage in fieldsets:
```
help: "Help text here"
```
* **core:** add ability to store entry system fields in entries create method #247
* **core:** add alternative comparison syntax for Entries API
* **core:** add json_encode and json_decode twig filter #289
@@ -29,7 +35,7 @@
* **core:** YAML parsing will be cached in production #263
* **core:** add routable option for entries #284
usage:
usage in entry:
```
routable: false
```