{
	"plugins": [
		{
			"name": "Select all",
			"className": "SelectAll",
			"description": "The select all feature lets you select the entire content using the Ctrl/Cmd+A keystroke or a toolbar button. This way you can clear or copy all the content in one move.",
			"docs": "features/select-all.html",
			"path": "src/selectall.js",
			"uiComponents": [
				{
					"type": "Button",
					"name": "selectAll",
					"iconPath": "theme/icons/select-all.svg"
				}
			]
		}
	]
}
