[TASK] install picocms 3.0 alpha

This commit is contained in:
TLRZ Seyfferth
2020-05-04 19:58:41 +02:00
parent 18e0245f88
commit b453515c6f
4 changed files with 125 additions and 57 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ twig_config: # Twig template engine config
strict_variables: false # If set to true, Twig will bail out when unset variables are being used
charset: utf-8 # The charset used by Twig templates
debug: ~ # Enable Twig's debug mode
cache: ~ # Enable Twig template caching by specifying a path to a writable directory
cache: false # Enable Twig template caching by specifying a path to a writable directory
auto_reload: true # Recompile Twig templates whenever the source code changes
##