{
	"plugins": [
		{
			"name": "Paragraph",
			"className": "Paragraph",
			"description": "Enables support for adding paragraphs to your content.",
			"path": "src/paragraph.js",
			"htmlOutput": [
				{
					"elements": "p",
					"implements": "$block",
					"_comment": "This element inherits all attributes, classes and styles that are allowed on the `<$block>` element by other features."
				}
			]
		}
	]
}
