ckeditor

Questions around the TYPO3 integration and plugins
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
karin.seifert
Posts: 5
Joined: 24 May 2017, 09:24

ckeditor

Post by karin.seifert » 07 Sep 2018, 11:10

Hello!
Is there a possibility to customize the ckeditor for the text items e.g. for products?
Thank you!
Karin

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: ckeditor

Post by aimeos » 08 Sep 2018, 10:10

Yes, you have to overwrite that configuration in you own JS file:
https://github.com/aimeos/ai-admin-jqad ... min.js#L12

Something like:

Code: Select all

Aimeos.editorcfg = [
    // ...
];
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply