GetmeUK / ContentTools

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

Extending to edit the css of the element? #407

Closed ghost closed 7 years ago

ghost commented 7 years ago

Hi! Love the project. I'm building a form of website builder and would like to use ContentTools, do you have any advice on how I could go about editing the html elements further just like a website editor but via content tools?

Thanks

anthonyjb commented 7 years ago

Hi @KriiV, to extend the editable elements you need to spend some time reviewing the API docs and source code for ContentEdit:

It's not overly difficult to support new types of element but a good understanding of the ContentEdit library is a prerequisite.

ghost commented 7 years ago

Perfect. Appreciate your time taken to reply :)