Seditio Source
Root |
./othercms/croogo-4.0.7/vendor/wyrihaximus/twig-view/config/config.sample.php
<?php

return [
   
'WyriHaximus' => [
       
'TwigView' => [
           
'environment' => [
               
// Anything you would pass into \Twig_Environment to overwrite the default settings, see: http://twig.sensiolabs.org/doc/api.html#environment-options
           
],
           
'markdown' => [
               
'engine' => 'engine', // See https://github.com/aptoma/twig-markdown#installation
           
],
           
'flags' => [
               
'potentialDangerous' => false,
            ],
        ],
    ],
];