Reputation: 10046
I'm using on tinyMCE on my site, and don't want users to be able to use tables. I disabled the table plugin, but they can still paste tables.
How do I disable them completely?
Upvotes: 2
Views: 1849
Reputation: 10046
Use the valid_elements configuration section, and remove the table, tablehead, td etc. elements from the default valid elements string.
Upvotes: 5