{
	"plugins": [
		{
			"name": "Slash command",
			"className": "SlashCommand",
			"description": "Allows for easy access to a predefined list of editor commands by typing <kbd>/</kbd> inside the editor.",
			"docs": "features/slash-commands.html",
			"path": "src/slashcommand.ts",
			"requires": [
				"Mention"
			]
		}
	]
}
