Full ckeditor

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
lucadambros
Posts: 44
Joined: 24 Jun 2019, 14:46

Full ckeditor

Post by lucadambros » 23 Sep 2019, 12:07

Hi,
I need the full version of CKEditor in the admin section.

In the file
/vendor/aimeos/aimeos-laravel/src/views/jqadm/index.blade.php

there is the standard version.

How can I overwrite that?
Is there another way?

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

Re: Full ckeditor

Post by aimeos » 24 Sep 2019, 05:35

You have to add a JS file to your own Aimeos extension that overwrite these lines and which adds all features again:
https://github.com/aimeos/ai-admin-jqad ... js#L12-L19
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

lucadambros
Posts: 44
Joined: 24 Jun 2019, 14:46

Re: Full ckeditor

Post by lucadambros » 24 Sep 2019, 06:26

I tried to override that function but plugins like forms won't be enable until I use the full version of ckeditor.

In the official site (https://ckeditor.com/ckeditor-4/download/) there is a different source link for the full package

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

Re: Full ckeditor

Post by aimeos » 24 Sep 2019, 07:04

Then you have to copy the Aimeos JQAdm Blade template to your ./resources/views/vendor/shop/jqadm/ directory and change that line:
https://github.com/aimeos/aimeos-larave ... de.php#L32
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

lucadambros
Posts: 44
Joined: 24 Jun 2019, 14:46

Re: Full ckeditor

Post by lucadambros » 24 Sep 2019, 07:10

Thank you very much! I didin't know that was so easy to do that!

Post Reply