1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-18 19:01:40 +02:00

Flextype Core: Settings #165

- slugify settings added
This commit is contained in:
Awilum
2019-06-27 02:31:19 +03:00
parent ad7dd0b1d2
commit d72a544a01

View File

@@ -71,6 +71,14 @@
"twig": {
"auto_reload": true
},
"slugify": {
"separator": "-",
"lowercase": true,
"trim": true,
"regexp": "/[^A-Za-z0-9]+/",
"lowercase_after_regexp": false,
"strip_tags": false
},
"image": {
"driver": "gd"
}