[TYPO3-english] Customizing Aloha

Scotty C superscotty19 at yahoo.com
Thu May 14 09:49:24 CEST 2015


OK,
I don't know if this is a blessing or a curse, but EVERY time I post to this list (after spending no less than 2 days researching before posting, making sure this is a last resort) ... I find the answer minutes after :-P
In the hopes that someone else may be able to benefit, here's how to add more buttons to the Aloha "Format" tab in TYPO3 6.2:
- edit the file typo3conf/ext/aloha/Configuration/JavaScript/configuration.js- Look for the section labelled "plugins" and modify format : { config  .... by default it has:                                config : [ 'b', 'i', 'h1', 'h2', 'h3', 'h4', 'p' ],
.... I modified it like this:                                config : [ 'b', 'i', 'u', 'del', 'sub', 'sup', 'hr', 'p', 'h1', 'h2', 'h3', 'pre' ],


Happy coding, everyone!-S. 


More information about the TYPO3-english mailing list