Plugin assets not found
See original GitHub issueHello!
I use tinymce without cloud support the recommended way:
/* core */
import tinymce from 'tinymce/tinymce';
import 'tinymce/themes/modern/theme';
/* some plugins */
import 'tinymce/plugins/advlist';
import 'tinymce/plugins/emoticons';
/* tinymce-vue */
import Editor from '@tinymce/tinymce-vue';
I use the following configuration:
{
skin_url: '/_assets/tinymce/skins/lightgray',
language_url: '/_assets/tinymce/langs/de.js',
language: 'de',
plugins: ['emoticons'],
menubar: 'file edit view',
toolbar: 'emoticons'
}
I also copied the skins folder as described in the official documentation.
The problem now is that all assets of plugins are NOT found, because I have to place the skin and the language file inside a subfolder.
In order to get the assets of the plugins (e.g. plugins/emoticons/img/smiley-tongue-out.gif) to work, I have to copy the whole plugins folder to _assets/tinymce/plugins, correct?
Then how do I specifiy a custom plugin url path like I did for language_url and skin_url?
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Plugin assets not found - Redmine
I have Redmine 0.96 installed and working perfectly under Windows. I installed 2 plugins and they are working as expected but all assets...
Read more >“Assets is not found!” | WordPress.org
Hello, when I try to use your asset manager and click on themes, it says “Assets is not found!” But Asset CleanUp does...
Read more >Flutter assets not found in android platform specific code
i want to load a '.ptl'-Pytorch Model file in android specific code. pubspec.yaml flutter: uses-material-design: true assets: ...
Read more >Assets for plugin room_assistance have not been built Error
Hi, I am trying to use the cern room assistance and after I install the cern plugin I have the following error. RuntimeError:...
Read more >Assets not found - no styles in admin panel - Laraship
log file:[2018-10-04 09:37:02] local.WARNING: Asset not found [plugins/bootstrap/dist/css/bootstrap.min.css][2018-10-04 09:37:02 ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
https://gist.github.com/vielhuber/c0e63f643903e86b7ee356eead20c905
There is an external_plugins setting that might work for you: https://www.tiny.cloud/docs/configure/integration-and-setup/#external_plugins