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