impresspages - Adding custom style format to tinymce editor -



impresspages - Adding custom style format to tinymce editor -

i want add together new style format tinymce editor. 1 way edit ip/internal/core/assets/tinymce/default.js file:

... style_formats : [ {title : 'quote', inline : 'span', classes : 'quote'}, {title : 'note', inline : 'span', classes : 'note'}, {title : 'button', inline : 'span', classes : 'button'}, {title : 'my style format', inline : 'span', classes : 'my-style'} ], ...

but not thought of changing core files directly. there way override tinymce configuration?

i'm using impress pages v.4.0.13

please have @ justifyalign, tinymcefilebrowser plugins http://market.impresspages.org/plugins/

they modify default tinymce config without touching core files.

impresspages

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -