which works! (note the default attributes option too! - I always use this in case editors don't know how to set the class, but pretty much always want it to behave responsively)
Anyway comparing what I have with what you've posted above, only think I can see at a glance is you have an extra closing square bracket ]
is that what is causing it to not appear?
Otherwise make sure to perform a refresh of the application inbetween changing this config (eg app pool recycle or rebuild if you are working locally) as these settings are only read when Umbraco starts up.
TinyMCE table class
Hi All
Just wondering can anybody help me. I am trying to allow the editor to choose a class to apply to a table.
Ive added the following into the tincymce.config in the custom config section
However I still dont have a class option in the table properties. Any help would be fantastic. Umbraco version: 7.10.4
Hi Lori
I have this in one of my projects
which works! (note the default attributes option too! - I always use this in case editors don't know how to set the class, but pretty much always want it to behave responsively)
Anyway comparing what I have with what you've posted above, only think I can see at a glance is you have an extra closing square bracket ]
is that what is causing it to not appear?
Otherwise make sure to perform a refresh of the application inbetween changing this config (eg app pool recycle or rebuild if you are working locally) as these settings are only read when Umbraco starts up.
regards
Marc
Thank you so much Marc - more coffee needed. Was indeed the extra bracket - doh!!!
for me it's usually a missing comma!
sorry that should be
for me, it's usually a missing comma!
is working on a reply...