Sorry for the bump of this old post but we’re now having issues getting classes to to show on tables in the RTE after updating the app.settings with the recommended solution. (v13 site)
Locally I’ve cleaned the solution, rebuilt, stopped IIS, the app pool , the site and even wiped my browser but it’s not picking up the app settings changes. Any ideas?
I’d assume so as the rest of the appsettings entries are working fine and VS isn’t highlighting any syntax errors, I’ve only added the 2 table_default_X lines to it.
Your JSON doesn’t look right; you have each class wrapped in their own quotes. I’d suspect that it would either expect an array of strings or a single string (probably a single string!)
"table_default_attributes": "{\"class\": \"all of your classes in a single set of quotes\"}"