mirror of
https://github.com/flarum/core.git
synced 2025-08-09 18:07:02 +02:00
Allow disabling mdarea via admin setting (#27)
This commit is contained in:
committed by
GitHub
parent
2ea6204dff
commit
61e61f5e8c
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* This file is part of Flarum.
|
||||
*
|
||||
* For detailed copyright and license information, please view the
|
||||
* LICENSE file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
use Flarum\Database\Migration;
|
||||
|
||||
return Migration::addSettings([
|
||||
'flarum-markdown.mdarea' => true
|
||||
]);
|
Reference in New Issue
Block a user