UNPKG
@northernco/ckeditor5-anchor-drupal
Version:
latest (0.5.0)
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
Drupal CKEditor 5 integration
@northernco/ckeditor5-anchor-drupal
/
ckeditor5-metadata.json
18 lines
(17 loc)
•
323 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"plugins"
:
[
{
"name"
:
"Anchor"
,
"className"
:
"Anchor"
,
"description"
:
"Adds text to the editor."
,
"path"
:
"src/anchor.js"
,
"uiComponents"
:
[
{
"name"
:
"anchor"
,
"type"
:
"Button"
,
"iconPath"
:
"theme/icons/anchor.svg"
}
]
}
]
}