mirror of
https://github.com/getgrav/grav.git
synced 2026-03-03 19:11:35 +01:00
Revert "Set folder name as required during validation [grav-plugin-admin#1146](https://github.com/getgrav/grav-plugin-admin/issues/1146)", was preventing validation
This commit is contained in:
@@ -5,10 +5,9 @@
|
||||
* Setting `system.session.timeout` to 0 clears the session when the browser session ends [#1538](https://github.com/getgrav/grav/pull/1538)
|
||||
* Created a `CODE_OF_CONDUCT.md` so everyone knows how to behave :)
|
||||
1. [](#improved)
|
||||
* Renamed new `media()` Twig function to `media_directory()` to avoid conflict with Page's `media` object
|
||||
* Renamed new `media()` Twig function to `media_directory()` to avoid conflict with Page's `media` object
|
||||
1. [](#bugfix)
|
||||
* Fixed global media files disappearing after a reload [#1545](https://github.com/getgrav/grav/issues/1545)
|
||||
* Set folder name as required during validation [grav-plugin-admin#1146](https://github.com/getgrav/grav-plugin-admin/issues/1146)
|
||||
* Fix for broken regex redirects/routes via `site.yaml`
|
||||
|
||||
# v1.3.0-rc.4
|
||||
|
||||
@@ -122,7 +122,6 @@ form:
|
||||
label: PLUGIN_ADMIN.FOLDER_NAME
|
||||
validate:
|
||||
rule: slug
|
||||
required: true
|
||||
|
||||
route:
|
||||
type: parents
|
||||
|
||||
Reference in New Issue
Block a user