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-indent/ckeditor5-metadata.json
{
	"plugins": [
		{
			"name": "Indent",
			"className": "Indent",
			"description": "Implements the core of the indent feature. It requires compatible plugins, such as indent block or list, to work.",
			"docs": "features/indent.html",
			"path": "src/indent.js",
			"uiComponents": [
				{
					"type": "Button",
					"name": "indent",
					"iconPath": "theme/icons/indent.svg"
				},
				{
					"type": "Button",
					"name": "outdent",
					"iconPath": "theme/icons/outdent.svg"
				}
			]
		},
		{
			"name": "Indent block",
			"className": "IndentBlock",
			"description": "The indent block feature, together with the indent feature, controls the indentation of elements such as paragraphs and headings.",
			"docs": "features/indent.html",
			"path": "src/indentblock.js",
			"requires": [
				"Indent"
			],
			"htmlOutput": [
				{
					"elements": "$block",
					"styles": [
						"margin-left",
						"margin-right"
					],
					"_comment": "By default, the plugin uses inline styles for indentation."
				},
				{
					"elements": "$block",
					"classes": "*",
					"isAlternative": true,
					"_comment": "If classes are defined in `config.indentBlock.classes`, they are used instead of inline styles."
				}
			]
		}
	]
}