Skip to content
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

Merged
merged 1 commit into from
Jul 18, 2024

Conversation

sofyenne
Copy link
Member

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!

@github-actions github-actions bot added the partialCIBuild Perform Partial CI Build label Jul 17, 2024
@sofyenne sofyenne requested a review from ahamdi July 17, 2024 13:54
Comment on lines 35 to 58
<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>
Copy link
Member

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 ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated !

Copy link

sonarcloud bot commented Jul 17, 2024

@sofyenne sofyenne requested a review from ahamdi July 17, 2024 19:18
@sofyenne sofyenne merged commit 96c53b0 into feature/experience Jul 18, 2024
6 checks passed
@sofyenne sofyenne deleted the Task/73170 branch July 18, 2024 07:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
partialCIBuild Perform Partial CI Build
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants