UNPKG

@ckeditor/ckeditor5-block-quote

Version:

Block quote feature for CKEditor 5.

24 lines (23 loc) 465 B
{ "plugins": [ { "name": "Block quote", "className": "BlockQuote", "description": "Implements the block quote support to easily include quotations and passages in the rich-text content.", "docs": "features/block-quote.html", "path": "src/blockquote.ts", "uiComponents": [ { "type": "Button", "name": "blockQuote", "iconName": "IconQuote" } ], "htmlOutput": [ { "elements": "blockquote" } ] } ] }