wildcard.media allows to integrate Videos into other pages with TinyMCE. You add a image and link that to the video. Then you wrap the link image with something like <span class="wcvideo">...</span>. That works fine.
But: Adding the span with the new css-class via TinyMCE does not work. I tried to add the style to the field inline_styles in http://localhost:8080/Plone/@@tinymce-controlpanel but the format in TinyMCE stays greyed out.
The only way I got the whole thing to work is to repurpose the bold-button by adding "bold": {"inline": "span", "classes": "wcvideo" } to the field formats.
We used to be able to something like this: name | htmltag | css-class
Does anyone have a working example?
Related to:
I use Plone 5.2rc5 and the branch python3 of wildcard.media.