• This project
    • Loading...
  • Sign in

Зуев Егор / wiki.dev

Logo belkanton
Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • wiki.dev
  • config
  • setting-defaults.php
  • Dan Brown's avatar
    Fixed theme color elements not showing on new instance · d582e76f ...
    d582e76f
    Also cleaned notification session access  
    Dan Brown authored 2016-06-12 13:37:15 +0100
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)'

];