1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-23 05:16:03 +02:00

chore(core): update changelog

This commit is contained in:
Awilum
2019-11-21 23:08:33 +03:00
parent d44037338c
commit cd5a8f600e

View File

@@ -102,6 +102,14 @@
* **admin-plugin:** show message on plugins page if no plugins installed #294
* **admin-plugin:** use dots icon for actions dropdown #292
* **admin-plugin:** YAML parsing will be cached in production #263
* **admin-plugin:** add ability to hide fieldsets from entries type select #304
usage in fieldsets:
```
hide: true
```
by default `hide` is `false`
* **site-plugin:** add routable option for entries #284