BKWLD / decoy

A Laravel model-based CMS
http://docs.decoy.bukwild.com/
MIT License
303 stars 44 forks source link

wysiwyg editor trying to customise #94

Closed georgejkollias closed 6 years ago

georgejkollias commented 6 years ago

Hi,

how can you just simply add a blockquote to the wysiwyg editor

cheers George

tynoesj commented 6 years ago

Also, any chance of bringing back the page with more info regarding the WYSIWYG?

http://docs.decoy.bukwild.com/wysiwyg seems to be offline.

weotch commented 6 years ago

The docs on the wysiwyg were moved into http://docs.decoy.bukwild.com/customize.

@georgejkollias by adding formatting: ['p', 'h2', 'h3', 'blockquote'] like you can see on that page, you can add a blockquote.

georgejkollias commented 6 years ago

Still cant figure out how to customise this wysiwyg editor.

what is the actual file that you update?

http://docs.decoy.bukwild.com/customize

says you have to edit the Redactor config.

My question is where to you edit it so you can add

formatting: ['p', 'h2', 'h3', 'blockquote']

i have tried to add my own JS file but the editor no longer functions.

regards George