{
	"plugins": [
		{
			"name": "Special characters",
			"className": "SpecialCharacters",
			"description": "Allows for inserting special characters via a dropdown. This is the core part of the feature. Add plugins like special characters essentials or special characters currency to fill it with some characters.",
			"docs": "features/special-characters.html",
			"path": "src/specialcharacters.js",
			"uiComponents": [
				{
					"type": "SplitButton",
					"name": "specialCharacters",
					"iconPath": "@ckeditor/ckeditor5-icons/theme/icons/special-characters.svg"
				}
			]
		},
		{
			"name": "Special characters essentials",
			"className": "SpecialCharactersEssentials",
			"description": "Adds a basic set with the most popular characters to the special characters feature.",
			"docs": "features/special-characters.html",
			"path": "src/specialcharactersessentials.js",
			"requires": [
				"SpecialCharacters"
			]
		},
		{
			"name": "Special characters arrows",
			"className": "SpecialCharactersArrows",
			"description": "Adds the arrows category and signs to the special characters feature.",
			"docs": "features/special-characters.html",
			"path": "src/specialcharactersarrows.js",
			"requires": [
				"SpecialCharacters"
			]
		},
		{
			"name": "Special characters currency",
			"className": "SpecialCharactersCurrency",
			"description": "Adds the currency category and signs to the special characters feature.",
			"docs": "features/special-characters.html",
			"path": "src/specialcharacterscurrency.js",
			"requires": [
				"SpecialCharacters"
			]
		},
		{
			"name": "Special characters latin",
			"className": "SpecialCharactersLatin",
			"description": "Adds the Latin category and characters to the special characters feature.",
			"docs": "features/special-characters.html",
			"path": "src/specialcharacterslatin.js",
			"requires": [
				"SpecialCharacters"
			]
		},
		{
			"name": "Special characters mathematical",
			"className": "SpecialCharactersMathematical",
			"description": "Adds the mathematical category and symbols to the special characters feature.",
			"docs": "features/special-characters.html",
			"path": "src/specialcharactersmathematical.js",
			"requires": [
				"SpecialCharacters"
			]
		},
		{
			"name": "Special characters text",
			"className": "SpecialCharactersText",
			"description": "Adds the text category and characters to the special characters feature.",
			"docs": "features/special-characters.html",
			"path": "src/specialcharacterstext.js",
			"requires": [
				"SpecialCharacters"
			]
		}
	]
}
