prestashop tinymce HTMLPurifier allow video autoplay

发布者: 粮油菜大市场 发布时间: 2022.03.28 08:36:43
modify function purifyHTML() in Tools.php
 
add  'autoplay' => 'Bool',
 
$def->addElement('video', 'Block', 'Optional: (source, Flow) | (Flow, source) | Flow', 'Common', array(
                        'src' => 'URI',
                        'type' => 'Text',
                        'width' => 'Length',
                        'height' => 'Length',
                        'poster' => 'URI',
                        'preload' => 'Enum#auto,metadata,none',
                        'controls' => 'Bool',
                        'autoplay' => 'Bool',
                  ));
评论
登陆评论

没有评论