mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
Fix data-file-srl attribute being deleted by HTMLFilter
This commit is contained in:
parent
5c8a41a655
commit
cbc0197be6
1 changed files with 1 additions and 0 deletions
|
|
@ -263,6 +263,7 @@ class HTMLFilter
|
|||
// Support additional properties.
|
||||
$def->addAttribute('i', 'aria-hidden', 'Text');
|
||||
$def->addAttribute('img', 'srcset', 'Text');
|
||||
$def->addAttribute('img', 'data-file-srl', 'Number');
|
||||
$def->addAttribute('iframe', 'allowfullscreen', 'Bool');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue