setting-defaults.php 214 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 <?php /** * The defaults for the system settings that are saved in the database. */ return [ 'app-editor' => 'wysiwyg', 'app-color' => '#0288D1', 'app-color-light' => 'rgba(21, 101, 192, 0.15)' ];