{
	"plugins": [
		{
			"name": "Undo",
			"className": "Undo",
			"description": "Support the undo and redo functionalities.",
			"docs": "features/undo-redo.html",
			"path": "src/undo.js",
			"uiComponents": [
				{
					"type": "Button",
					"name": "undo",
					"iconPath": "@ckeditor/ckeditor5-icons/theme/icons/undo.svg"
				},
				{
					"type": "Button",
					"name": "redo",
					"iconPath": "@ckeditor/ckeditor5-icons/theme/icons/redo.svg"
				}
			]
		}
	]
}
