Forum for discussing general topics related to Couch.
2 posts Page 1 of 1
Hi,
I know we can add style sheets to editable areas using
Code: Select all
<cms:editable name='desc' label='Description'
    desc='Enter description of property here'
    css="<cms:show k_site_link />styles/editor_styles.css | styles/my_styles.css"
    type='richtext'/>


Can we do this site wide without having to add it to every editable area?
Hi,

For configuring CKEditor globally, we can edit 'couch/includes/ckeditor/config.js' file and place the config directives in there.

You'll already find some sample global directives there. The specific one that you are looking for is this -
http://docs.ckeditor.com/#!/api/CKEDITO ... ontentsCss

Hope it helps.
2 posts Page 1 of 1