UNPKG

502 BJSONView Raw
1{
2 "plugins": [
3 {
4 "name": "Block quote",
5 "className": "BlockQuote",
6 "description": "Implements the block quote support to easily include quotations and passages in the rich-text content.",
7 "docs": "features/block-quote.html",
8 "path": "src/blockquote.js",
9 "uiComponents": [
10 {
11 "type": "Button",
12 "name": "blockQuote",
13 "iconPath": "@ckeditor/ckeditor5-core/theme/icons/quote.svg"
14 }
15 ],
16 "htmlOutput": [
17 {
18 "elements": "blockquote"
19 }
20 ]
21 }
22 ]
23}