mirror of
https://github.com/flextype/flextype.git
synced 2025-08-23 21:33:01 +02:00
chore(core): add comments for flextype/config/settings.yaml #186
This commit is contained in:
@@ -125,15 +125,24 @@ admin_panel:
|
||||
whoops:
|
||||
editor: atom
|
||||
page_title: Error!
|
||||
|
||||
display_error_details: true
|
||||
|
||||
add_content_length_header: true
|
||||
|
||||
router_cache_file: false
|
||||
|
||||
determine_route_before_app_middleware: false
|
||||
|
||||
output_buffering: append
|
||||
|
||||
response_chunk_size: 4096
|
||||
|
||||
http_version: '1.1'
|
||||
|
||||
twig:
|
||||
auto_reload: true
|
||||
|
||||
slugify:
|
||||
separator: "-"
|
||||
lowercase: true
|
||||
@@ -141,5 +150,6 @@ slugify:
|
||||
regexp: "/[^A-Za-z0-9]+/"
|
||||
lowercase_after_regexp: false
|
||||
strip_tags: false
|
||||
|
||||
image:
|
||||
driver: gd
|
||||
|
Reference in New Issue
Block a user