Skip to content

Commit

Permalink
AV-2017: Attempted cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
eetumans committed Oct 6, 2023
1 parent 69ed09d commit f901a88
Show file tree
Hide file tree
Showing 24 changed files with 57 additions and 614 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
# # class: Optional PHP class that makes it possible for the plugin to provide
# # dynamic values, or a configuration UI.

avoindata_ckeditor5_plugins_externallink:
avoindata_ckeditor5_plugins_avoindataexternallink:
ckeditor5:
plugins:
- externalLink.ExternalLink
- avoindataExternalLink.AvoindataExternalLink
config:
link:
decorators:
Expand All @@ -66,7 +66,7 @@ avoindata_ckeditor5_plugins_externallink:
- 'external-link'
drupal:
label: Link
library: avoindata_ckeditor5_plugins/externalLink
library: avoindata_ckeditor5_plugins/avoindataExternalLink
elements:
- <a>
- <a target="_blank">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# This adds the plugin JavaScript to the page.

externalLink:
avoindataExternalLink:
js:
js/externalLink.js: { preprocess: false, minified: true }
js/avoindataExternalLink.js: { preprocess: false, minified: true }
dependencies:
- core/ckeditor5

Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

This file was deleted.

Loading

0 comments on commit f901a88

Please sign in to comment.