UNPKG
vega-ckeditor
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
CKEditor-based implementation and add some plugins
ckeditor.com
vega-ckeditor
/
plugins
/
shortUrl
/
lang
/
en.js
7 lines
(6 loc)
•
209 B
JavaScript
View Raw
1
2
3
4
5
6
7
CKEDITOR.plugins.
setLang
(
'shortUrl'
,
'en'
, {
title
:
'Convert to short url'
,
empty_error
:
'The URL can not be empty'
,
max_error
:
'Add a short URL to the limit'
,
toolbar
:
'Short URL'
} );