@mkxtch/ckeditor5-unsplash-search-image
Version:
Plugin ckeditor5 Search image from unsplash
18 lines (17 loc) • 360 B
JSON
{
"plugins": [
{
"name": "Insert image from Unsplash",
"className": "InsertImageUnsplash",
"description": "Insert image from unsplash feature CKEditor 5",
"path": "src/insertImageUnsplash.js",
"uiComponents": [
{
"name": "insertImageUnsplash",
"type": "Button",
"iconPath": "theme/icons/buttonicon.svg"
}
]
}
]
}