UNPKG
@reinmar/ckeditor5-maximum-length
Version:
latest (0.0.1)
0.0.1
Maximum length plugin for CKEditor 5.
@reinmar/ckeditor5-maximum-length
/
ckeditor5-metadata.json
11 lines
(10 loc)
•
234 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"plugins"
:
[
{
"name"
:
"Maximum length validation"
,
"className"
:
"MaximumLength"
,
"description"
:
"Marks excess text with a red marker to indicate that it needs to be removed."
,
"path"
:
"src/maximumlength.js"
}
]
}