Added missing configs

This commit is contained in:
2023-06-06 15:04:56 +01:00
parent 53d5e1b0e9
commit aab0e198b8
2 changed files with 15 additions and 1 deletions

14
config/debug.php Normal file
View File

@@ -0,0 +1,14 @@
<?php
/*
* AVSDev UF Tweaks (https://avsdev.uk)
*
* @link https://git.avsdev.uk/avsdev/sprinkle-uf-tweaks
* @license https://git.avsdev.uk/avsdev/sprinkle-uf-tweaks/blob/master/LICENSE.md (LGPL-3.0 License)
*/
return [
'debug' => [
'tokens' => true,
],
];