mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 00:02:21 +09:00
Allow id attributes starting with 'user_content_'
This commit is contained in:
parent
1f86ae7883
commit
54fe5e102e
2 changed files with 15 additions and 3 deletions
|
|
@ -106,7 +106,8 @@ class HTMLFilter
|
|||
// Customize the default configuration.
|
||||
$config->set('Attr.AllowedFrameTargets', array('_blank'));
|
||||
$config->set('Attr.DefaultImageAlt', '');
|
||||
$config->set('Attr.EnableID', false);
|
||||
$config->set('Attr.EnableID', true);
|
||||
$config->set('Attr.IDPrefix', 'user_content_');
|
||||
$config->set('AutoFormat.AutoParagraph', false);
|
||||
$config->set('AutoFormat.DisplayLinkURI', false);
|
||||
$config->set('AutoFormat.Linkify', false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue