Simon Epskamp
Simon Epskamp

Reputation: 9966

How do I disable the pasting of tables in tinyMCE

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: 1843

Answers (1)

Simon Epskamp
Simon Epskamp

Reputation: 9966

Use the valid_elements configuration section, and remove the table, tablehead, td etc. elements from the default valid elements string.

Upvotes: 5

Related Questions