{
	"buttons": ["format", "bold", "italic", "unorderedlist", "orderedlist", "link", "image", "html"],
	"formatting": ["Rubrik 2 (H2)", "Rubrik 3 (H3)", "Normal text"],
	"formattingAdd": {
		"normal-text": {
			"title": "Normal text",
			"api": "module.block.format",
			"args": {
				"tag": "p",
				"type": "toggle"
			}
		},
		"rubrik-1": {
			"title": "Rubrik 2 (H2)",
			"api": "module.block.format",
			"args": {
				"tag": "h2",
				"type": "toggle"
			}
		},
		"rubrik-2": {
			"title": "Rubrik 3 (H3)",
			"api": "module.block.format",
			"args": {
				"tag": "h3",
				"type": "toggle"
			}
		}
	},

	"plugins": ["alignment", "customstyles", "variable", "video", "counter"],
	"variables": ["Webbplatsens namn", "Telefon: Kontakt", "Telefon: Ekonomi", "Telefon: Akut", "E-post: Kontakt", "E-post: Ekonomi"],
	"linkNewTab": true,
	"toolbarFixed": true,
	"imageResizable": true,
	"customStyles": {
		"textColor": {
			"dropdown": {
				"Orange": {
					"args": {
						"tag": "span",
						"class": "font-bold text-orange-500",
						"type": "toggle"
					}
				},
				"Blå": {
					"args": {
						"tag": "span",
						"class": "font-bold text-petrol-700",
						"type": "toggle"
					}
				}
			}
		},
		"clearStyles": {
			"api": "module.inline.clearformat"
		}
	}
}
