mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-05 04:46:03 +01:00
Updated changelog
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
# v1.3.2
|
||||
## 04/xx/2017
|
||||
|
||||
1. [](#improved)
|
||||
* Added new 'parents' field and switched Page blueprints to use this
|
||||
1. [](#bugfix)
|
||||
* Fix for regression in h3 style in the Spacer field [#267](https://github.com/getgrav/grav-plugin-admin/issues/267)
|
||||
* Fix missing preview in page media for SVG images [#1051](https://github.com/getgrav/grav-plugin-admin/issues/1051)
|
||||
|
||||
@@ -27,7 +27,7 @@ form:
|
||||
|
||||
route:
|
||||
type: parents
|
||||
label: PLUGIN_ADMIN.PARENT
|
||||
label: PLUGIN_ADMIN.PAGE
|
||||
classes: fancy
|
||||
validate:
|
||||
required: true
|
||||
|
||||
@@ -29,7 +29,7 @@ form:
|
||||
|
||||
route:
|
||||
type: parents
|
||||
label: PLUGIN_ADMIN.PARENT
|
||||
label: PLUGIN_ADMIN.PARENT_PAGE
|
||||
classes: fancy
|
||||
validate:
|
||||
required: true
|
||||
|
||||
@@ -22,7 +22,7 @@ form:
|
||||
|
||||
route:
|
||||
type: parents
|
||||
label: PLUGIN_ADMIN.PARENT
|
||||
label: PLUGIN_ADMIN.PARENT_PAGE
|
||||
classes: fancy
|
||||
validate:
|
||||
required: true
|
||||
|
||||
Reference in New Issue
Block a user