mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
APICHANGE: WYSIWYG editing by default
This commit is contained in:
parent
10d15e1ddd
commit
67b159eab8
@ -40,7 +40,7 @@ class BlogEntry extends Page {
|
|||||||
* Is WYSIWYG editing allowed?
|
* Is WYSIWYG editing allowed?
|
||||||
* @var boolean
|
* @var boolean
|
||||||
*/
|
*/
|
||||||
static $allow_wysiwyg_editing = false;
|
static $allow_wysiwyg_editing = true;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Is WYSIWYG editing enabled?
|
* Is WYSIWYG editing enabled?
|
||||||
|
Loading…
Reference in New Issue
Block a user