-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add note editor plugins extensions - EXO-73170 - Meeds-io/MIPs#128 #41
Conversation
<load-group>NotesEditorGRP</load-group> | ||
<script> | ||
<minify>false</minify> | ||
<path>/js/WYSIWYGPluginsExtensions.bundle.js</path> | ||
</script> | ||
<depends> | ||
<module>vue</module> | ||
</depends> | ||
<depends> | ||
<module>eXoVueI18n</module> | ||
</depends> | ||
<depends> | ||
<module>vuetify</module> | ||
</depends> | ||
<depends> | ||
<module>jquery</module> | ||
<as>$</as> | ||
</depends> | ||
<depends> | ||
<module>extensionRegistry</module> | ||
</depends> | ||
<depends> | ||
<module>commonVueComponents</module> | ||
</depends> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this extension need all those dependencies ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated !
Quality Gate passedIssues Measures |
Prior to this change, after removing the attachment app from the content module, the "select image" option was not available because the WYSIWYG plugins were registered in the attachment app. This change will add the Note Editor WYSIWYG Plugins Extension, which will be included using the load group in the content module, resolving this issue!