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-table/ckeditor5-metadata.json
{
	"plugins": [
		{
			"name": "Table",
			"className": "Table",
			"description": "Adds table creation and editing tools that help content authors bring tabular data into their documents.",
			"docs": "features/table.html",
			"path": "src/table.js",
			"uiComponents": [
				{
					"type": "SplitButton",
					"name": "insertTable",
					"iconPath": "theme/icons/table.svg"
				},
				{
					"type": "Button",
					"name": "tableColumn",
					"iconPath": "theme/icons/table-column.svg",
					"toolbars": [
						"table.contentToolbar"
					]
				},
				{
					"type": "Button",
					"name": "tableRow",
					"iconPath": "theme/icons/table-row.svg",
					"toolbars": [
						"table.contentToolbar"
					]
				},
				{
					"type": "Button",
					"name": "mergeTableCells",
					"iconPath": "theme/icons/table-merge-cell.svg",
					"toolbars": [
						"table.contentToolbar"
					]
				}
			],
			"htmlOutput": [
				{
					"elements": "figure",
					"classes": "table"
				},
				{
					"elements": [
						"table",
						"thead",
						"tbody",
						"tr"
					]
				},
				{
					"elements": [
						"td",
						"th"
					],
					"attributes": [
						"colspan",
						"rowspan"
					]
				}
			]
		},
		{
			"name": "Table cell properties",
			"className": "TableCellProperties",
			"description": "Adds the ability to style individual table cells.",
			"docs": "features/table.html#table-and-cell-styling-tools",
			"path": "src/tablecellproperties",
			"requires": [
				"Table",
				"TableToolbar"
			],
			"uiComponents": [
				{
					"type": "Button",
					"name": "tableCellProperties",
					"iconPath": "theme/icons/table-cell-properties.svg",
					"toolbars": [
						"table.contentToolbar"
					]
				}
			],
			"htmlOutput": [
				{
					"elements": [
						"td",
						"th"
					],
					"styles": [
						"background-color",
						"border",
						"border-*",
						"height",
						"padding",
						"text-align",
						"vertical-align",
						"width"
					]
				}
			]
		},
		{
			"name": "Table properties",
			"className": "TableProperties",
			"description": "Adds the ability to style entire tables.",
			"docs": "features/table.html#table-and-cell-styling-tools",
			"path": "src/tableproperties",
			"requires": [
				"Table",
				"TableToolbar"
			],
			"uiComponents": [
				{
					"type": "Button",
					"name": "tableProperties",
					"iconPath": "theme/icons/table-properties.svg",
					"toolbars": [
						"table.contentToolbar"
					]
				}
			],
			"htmlOutput": [
				{
					"elements": "figure",
					"styles": [
						"float",
						"height",
						"width"
					]
				},
				{
					"elements": "table",
					"styles": [
						"background-color",
						"border",
						"border-*"
					]
				}
			]
		},
		{
			"name": "Table toolbar",
			"className": "TableToolbar",
			"description": "Creates configurable toolbars for both the table feature and table content. They show up when the table widget or the content inside a table cell are selected.",
			"docs": "features/table.html#toolbars",
			"path": "src/tabletoolbar.js",
			"requires": [
				"Table"
			],
			"registeredToolbars": [
				"table.contentToolbar",
				"table.tableToolbar"
			]
		},
		{
			"name": "Table caption",
			"className": "TableCaption",
			"description": "Adds support for table captions, which inform the reader about the content of the table. Using captions is also beneficial from the accessibility point of view.",
			"docs": "features/table.html#table-caption",
			"path": "src/tablecaption.js",
			"requires": [
				"Table"
			],
			"htmlOutput": [
				{
					"elements": "figcaption",
					"attributes": "data-placeholder"
				}
			]
		}
	]
}