mirror of
https://github.com/getgrav/grav.git
synced 2026-03-04 11:31:43 +01:00
Use multilevel field to handle Asset Collections #1201
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
1. [](#improved)
|
||||
* Forced `natsort` on plugins to ensure consistent plugin load ordering across platforms [#1614](https://github.com/getgrav/grav/issues/1614)
|
||||
* Use new `multilevel` field to handle Asset Collections [#1201](https://github.com/getgrav/grav-plugin-admin/issues/1201)
|
||||
|
||||
# v1.3.2
|
||||
## 08/16/2017
|
||||
|
||||
@@ -806,10 +806,12 @@ form:
|
||||
type: bool
|
||||
|
||||
assets.collections:
|
||||
type: array
|
||||
type: multilevel
|
||||
label: PLUGIN_ADMIN.COLLECTIONS
|
||||
placeholder_key: collection_name
|
||||
placeholder_value: collection_path
|
||||
validate:
|
||||
type: array
|
||||
|
||||
errors:
|
||||
type: section
|
||||
|
||||
Reference in New Issue
Block a user