mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 07:12:15 +09:00
div 태그를 사용하는 일부 에디터 컴포넌트(ex. code_highlighter)가 올바르게 작동하지않는 문제수정
This commit is contained in:
parent
1880b7f7fc
commit
42720d27cd
1 changed files with 1 additions and 0 deletions
|
|
@ -132,6 +132,7 @@ class HTMLFilter
|
|||
// Modify the HTML definition to support editor components and widgets.
|
||||
$def = $config->getHTMLDefinition(true);
|
||||
$def->addAttribute('img', 'editor_component', 'Text');
|
||||
$def->addAttribute('div', 'editor_component', 'Text');
|
||||
$def->addAttribute('img', 'rx_encoded_properties', 'Text');
|
||||
$def->addAttribute('div', 'rx_encoded_properties', 'Text');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue