• 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
    Added editor control in admin settings & Fixed some markdown editor bugs · e1994ef2 ...
    e1994ef2
    Also updated the setting system with a more sane approach to handling default values. (Now done via the setting-defaults config file)
    Dan Brown authored 2016-03-29 19:26:13 +0100
setting-defaults.php 130 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10
<?php

/**
 * The defaults for the system settings that are saved in the database.
 */
return [

    'app-editor' => 'wysiwyg'

];