Как разрешить настраиваемые атрибуты (html5 data- *) в HtmlPurifier?
Input:
<img src="/my.jpg" data-type="5" alt="" />
приводит к ошибке:
Attribute 'data-type' in element 'img' not supported
(for information on implementing this, see the support forums)
Параметры HtmlPurifier:
'HTML.AllowedAttributes' => array('img.src', 'a.href', 'img.data-type')