GetmeUK / ContentTools

A JS library for building WYSIWYG editors for HTML content.
http://getcontenttools.com
MIT License
3.95k stars 393 forks source link

inline style property [help wanted] #517

Open francis-barban opened 5 years ago

francis-barban commented 5 years ago

Why style property is not allowed in the property dialog ? Inline styles are necessary if you plan to build newsletter on outlook (outlook dont apply class styles). This editor is amazing but i can't use it because of that lack. Or maybe there's another way ? (thanks for your good job)

anthonyjb commented 5 years ago

Hi @francis-barban this should be something you can configure like so:

ContentTools.RESTRICTED_ATTRIBUTES['*'] = []