HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //home/arjun/projects/buyercall/node_modules/@ckeditor/ckeditor5-heading/ckeditor5-metadata.json
{
	"plugins": [
		{
			"name": "Title",
			"className": "Title",
			"description": "Enables support for adding the title field to your document. It helps ensure that there will always be a single title field at the beginning of the document.",
			"docs": "features/title.html",
			"path": "src/title.js",
			"htmlOutput": [
				{
					"elements": "h1"
				}
			]
		},
		{
			"name": "Heading",
			"className": "Heading",
			"description": "Enables support for creating headings in your content. The heading levels available are configurable.",
			"docs": "features/headings.html",
			"path": "src/heading.js",
			"uiComponents": [
				{
					"type": "Dropdown",
					"name": "heading",
					"label": "Heading"
				}
			],
			"htmlOutput": [
				{
					"elements": [
						"h2",
						"h3",
						"h4"
					],
					"implements": "$block",
					"_comment": "The HTML element may contain classes, styles or attributes that are created by other plugins, which alter the <code>`$block`</code> element."
				},
				{
					"elements": "*",
					"isAlternative": true,
					"_comment": "The plugin can be configured to return any element name as a heading."
				}
			]
		}
	]
}