Team Thanked: 74 times
Hi staleo,
It's most likely HTML Purifier filtering the data-caption attributes.
Try adding this to /plugins/htmlpurifier/presets/htmlpurifier.group_5.preset
$def
=
$config
->getHTMLDefinition(true);
->addAttribute(
'img'
,
'data-caption'
'Text'
);