Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Hi!
If you use "format" Tiny looks for the first tag match and since that often is a p, the "Länk efter text" will be selected.
I changed "format" to "selector" and the a default "Paragraf" is shown in stead.
/Kristoffer
Hi!
The toolbar option "styleselect" has changed name to "styles" and with that change in my TinyMCE config the dropdown with my customized formats was shown.
How ever, the label shown in the drop down is the first selectable option, can that be overridden?
This is what the json looks like:
{ "title": "Stilar", "items": [ { "title": "Länk efter text", "format": "p", "classes": "rte-link" }, { "title": "Dokument efter text", "format": "p", "classes": "rte-document" } ] }, { "title": "Kolumner", "items": [ { "title": "Kolumnmarkering", "block": "div", "wrapper": true, }, { "title": "Vänsterkolumn", "block": "div", "wrapper": true, }, { "title": "Högerkolumn", "block": "div", "wrapper": true, "styles": { } ] }
And the dropdown is showing "Länk efter text". I Tiny 3.3.3 the label was "Format" and if I hover the dropdown "Format" is shown as the title.
How can I change the label to be format as well?
Thanks!
/Kristoffer