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-ckbox/ckeditor5-metadata.json
{
	"plugins": [
		{
			"name": "CKBox",
			"className": "CKBox",
			"description": "Allows inserting images as well as links to files into the rich-text editor content.",
			"docs": "features/file-management/ckbox.html",
			"path": "src/ckbox.js",
			"requires": [
				"CloudServices",
				"Link",
				"Image",
				"ImageUpload",
				"PictureEditing"
			],
			"uiComponents": [
				{
					"name": "ckbox",
					"type": "Button",
					"iconPath": "theme/icons/browse-files.svg"
				}
			],
			"htmlOutput": [
				{
					"elements": [
						"a",
						"figure",
						"img"
					],
					"attributes": [
						"data-ckbox-resource-id"
					],
					"_comment": "If `config.ckbox.ignoreDataId` is set to false (off), the asset ID as the `data-ckbox-resource-id` attribute is added on the inserted elements (by default)."
				}
			]
		},
		{
			"name": "CKBox Image Edit",
			"className": "CKBoxImageEdit",
			"description": "Allows editing images.",
			"docs": "features/file-management/ckbox.html",
			"path": "src/ckboximageedit.js",
			"requires": [
				"CKBox"
			],
			"uiComponents": [
				{
					"name": "ckboxImageEdit",
					"type": "Button",
					"iconPath": "theme/icons/ckbox-image-edit.svg"
				}
			]
		}
	]
}