Skip to content

Commit

Permalink
feat: code snippets plugin - EXO-65719 - Meeds-io/MIPs#71
Browse files Browse the repository at this point in the history
Add customized code snippets plugin
  • Loading branch information
hakermi committed Oct 4, 2023
1 parent 7e1cfce commit a5e995e
Show file tree
Hide file tree
Showing 68 changed files with 1,440 additions and 7,297 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

<gatein-resources xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.exoplatform.org/xml/ns/gatein_resources_1_4 http://www.exoplatform.org/xml/ns/gatein_resources_1_4" xmlns="http://www.exoplatform.org/xml/ns/gatein_resources_1_4">

<portal-skin>
<skin-name>Enterprise</skin-name>
<skin-module>CodeHighlighter</skin-module>
<css-path>/ckeditor/plugins/codesnippet/lib/highlight/styles/monokai_sublime.css</css-path>
<css-priority>1</css-priority>
</portal-skin>

<module>
<name>commons-editor</name>
<as>ckeditor</as>
Expand Down Expand Up @@ -35,6 +42,21 @@
<depends>
<module>tagSuggester</module>
</depends>
<depends>
<module>CodeHighlighter</module>
</depends>
</module>

<module>
<name>CodeHighlighter</name>
<script>
<adapter>
(function() {
<include>/js/lib/highlight.min.js</include>
return hljs;
})();
</adapter>
</script>
</module>

</gatein-resources>

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit a5e995e

Please sign in to comment.