{
	"plugins": [
		{
			"name": "Restricted editing mode",
			"className": "RestrictedEditingMode",
			"description": "Enables defining which parts of a document can be editable for users with restricted editing rights. It allows you to edit only within the created editable areas.",
			"docs": "features/restricted-editing.html",
			"path": "src/restrictededitingmode.js",
			"uiComponents": [
				{
					"type": "Dropdown",
					"name": "restrictedEditing",
					"iconPath": "@ckeditor/ckeditor5-icons/theme/icons/content-lock.svg"
				}
			],
			"htmlOutput": [
				{
					"elements": "span",
					"classes": "restricted-editing-exception"
				},
				{
					"elements": "div",
					"classes": "restricted-editing-exception"
				}
			]
		},
		{
			"name": "Standard editing mode",
			"className": "StandardEditingMode",
			"description": "Enables freely editing the document and defining which parts can be editable for users with restricted editing rights. It allows you to create editable areas.",
			"docs": "features/restricted-editing.html#running-the-standard-editing-mode",
			"path": "src/standardeditingmode.js",
			"uiComponents": [
				{
					"type": "Button",
					"name": "restrictedEditingException:inline",
					"iconPath": "@ckeditor/ckeditor5-icons/theme/icons/content-unlock.svg"
				},
				{
					"type": "Button",
					"name": "restrictedEditingException:block",
					"iconPath": "@ckeditor/ckeditor5-icons/theme/icons/content-unlock.svg"
				},
				{
					"type": "Dropdown",
					"name": "restrictedEditingException:dropdown",
					"iconPath": "@ckeditor/ckeditor5-icons/theme/icons/content-unlock.svg"
				}
			],
			"htmlOutput": [
				{
					"elements": "span",
					"classes": "restricted-editing-exception"
				},
				{
					"elements": "div",
					"classes": "restricted-editing-exception"
				}
			]
		}
	]
}
