You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.
Hello,
I'm using directus v6.4.9
I'm trying to add the plugin textcolor to TinyMCE. If I modifiy the file app/core/interfaces/wysiwyg_full/interface.js and I add the plugin in options object and then I run again composer install it does not work. Even if I add "forecolor backcolor" to the interface options for WYSIWYG it doesn't work.
What can I do say to directus to take into account the textcolor plugin ?
Is it normal that when I modify the file app/core/interfaces/wysiwyg_full/interface.js and then I run again the command:
composer install
the output is:
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Nothing to install or update
Generating autoload files
So my modification is not loaded I think
Thank you in advance
The text was updated successfully, but these errors were encountered:
From directus created by dario30186 : directus/directus#2214
Hello,
I'm using directus v6.4.9
I'm trying to add the plugin textcolor to TinyMCE. If I modifiy the file app/core/interfaces/wysiwyg_full/interface.js and I add the plugin in options object and then I run again composer install it does not work. Even if I add "forecolor backcolor" to the interface options for WYSIWYG it doesn't work.
What can I do say to directus to take into account the textcolor plugin ?
Is it normal that when I modify the file app/core/interfaces/wysiwyg_full/interface.js and then I run again the command:
composer install
the output is:
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Nothing to install or update
Generating autoload files
So my modification is not loaded I think
Thank you in advance
The text was updated successfully, but these errors were encountered: