mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 14:52:24 +09:00
Fix #2271 data-file-srl attribute of <video> and <audio> tags
This commit is contained in:
parent
e2cfa524d0
commit
2d1ff01688
2 changed files with 10 additions and 0 deletions
|
|
@ -353,6 +353,8 @@ class HTMLFilter
|
|||
|
||||
// Support editor components and widgets.
|
||||
$def->addAttribute('img', 'data-file-srl', 'Number');
|
||||
$def->addAttribute('video', 'data-file-srl', 'Number');
|
||||
$def->addAttribute('audio', 'data-file-srl', 'Number');
|
||||
$def->addAttribute('img', 'editor_component', 'Text');
|
||||
$def->addAttribute('div', 'editor_component', 'Text');
|
||||
$def->addAttribute('img', 'rx_encoded_properties', 'Text');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue