UNPKG

414 BJSONView Raw
1{
2 "plugins": [
3 {
4 "name": "Paragraph",
5 "className": "Paragraph",
6 "description": "Enables support for adding paragraphs to your content.",
7 "path": "src/paragraph.js",
8 "htmlOutput": [
9 {
10 "elements": "p",
11 "implements": "$block",
12 "_comment": "This element inherits all attributes, classes and styles that are allowed on the `<$block>` element by other features."
13 }
14 ]
15 }
16 ]
17}