Skip to content

Commit

Permalink
EMMR-107 Succesfully built and integrated CKEditor5 plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
camilocodes committed Nov 6, 2023
1 parent d433043 commit 86be6e6
Show file tree
Hide file tree
Showing 19 changed files with 10,486 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# configuration options.
# cSpell:ignore simplebox demobox

MODULE_NAME_demo_simplebox:
emmr_annotate_demo_simplebox:
# Use the provider: property for this plugin to depend on another module.

# Configuration that will be sent to CKEditor 5 JavaScript plugins.
Expand All @@ -22,9 +22,9 @@ MODULE_NAME_demo_simplebox:
drupal:
label: Simple box demo
# The library loaded while using the editor.
library: MODULE_NAME/demobox
library: emmr_annotate/demobox
# The library loaded when configuring the text format using this plugin.
admin_library: MODULE_NAME/admin.demobox
admin_library: emmr_annotate/admin.demobox
toolbar_items:
# This should match the name of the corresponding plugin exported in the
# plugin's index.js.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# This has 'change-this-to-info' in the filename instead of 'info' so this
# template isn't discovered as a module.
name: Your Module
name: EMMR Annotate
type: module
description: "Your CKEditor 5 plugin"
description: "Annotation tools for UNB Libraries site emmr.lib.unb.ca"
package: CKEditor 5
core_version_requirement: ^9 || ^10
dependencies:
Expand Down
1 change: 1 addition & 0 deletions custom/modules/emmr_annotate/js/build/demoPlugin.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 86be6e6

Please sign in to comment.