Fix #900 issue with modular pages folders validation

This commit is contained in:
Flavio Copes
2016-12-22 17:36:53 +01:00
parent 364209a27d
commit dc92498cd0
7 changed files with 8 additions and 6 deletions

View File

@@ -3,6 +3,8 @@
1. [](#improved)
* Fall back properly to HTML if template type not found
1. [](#bugfix)
* Fix issue with modular pages folders validation [#900](https://github.com/getgrav/grav/issues/900)
# v1.1.10
## 12/21/2016

View File

@@ -133,7 +133,7 @@ form:
label: PLUGIN_ADMIN.FOLDER_NAME
validate:
type: slug
pattern: '[a-zа][a-zа0-9_\-]+'
pattern: '[a-zа-я0-9_\-]+'
route:
type: select

View File

@@ -24,7 +24,7 @@ form:
validate:
type: slug
required: true
pattern: '[a-zа][a-zа0-9_\-]+'
pattern: '[a-zа-я0-9_\-]+'
route:
type: select

View File

@@ -73,7 +73,7 @@ form:
validate:
type: slug
required: true
pattern: '[a-zа][a-zа0-9_\-]+'
pattern: '[a-zа-я0-9_\-]+'
route:
type: select

View File

@@ -26,7 +26,7 @@ form:
validate:
type: slug
required: true
pattern: '[a-zа][a-zа0-9_\-]+'
pattern: '[a-zа-я0-9_\-]+'
route:
type: select

View File

@@ -19,7 +19,7 @@ form:
validate:
type: slug
required: true
pattern: '[a-zа][a-zа0-9_\-]+'
pattern: '[a-zа-я0-9_\-]+'
route:
type: select

View File

@@ -73,7 +73,7 @@ form:
validate:
type: slug
required: true
pattern: '[a-zа][a-zа0-9_\-]+'
pattern: '[a-zа-я0-9_\-]+'
route:
type: select