mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Support playsinline attribute for audio/video tags #1187
This commit is contained in:
parent
65c8c6e9c1
commit
180b6668db
1 changed files with 2 additions and 0 deletions
|
|
@ -236,6 +236,7 @@ class HTMLFilter
|
|||
'controls' => 'Bool',
|
||||
'muted' => 'Bool',
|
||||
'autoplay' => 'Bool',
|
||||
'playsinline' => 'Bool',
|
||||
'loop' => 'Bool',
|
||||
));
|
||||
$def->addElement('video', 'Block', 'Optional: (source, Flow) | (Flow, source) | Flow', 'Common', array(
|
||||
|
|
@ -248,6 +249,7 @@ class HTMLFilter
|
|||
'controls' => 'Bool',
|
||||
'muted' => 'Bool',
|
||||
'autoplay' => 'Bool',
|
||||
'playsinline' => 'Bool',
|
||||
'loop' => 'Bool',
|
||||
));
|
||||
$def->addElement('source', 'Block', 'Empty', 'Common', array(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue