{
	"buttons": ["html", "formatting", "bold", "italic", "unorderedlist", "orderedlist", "link", "image", "video", "file"],
	"plugins": ["alignment", "video", "table", "erabipdf", "interventionstable", "fullscreen"],
	"linkNewTab": true,
	"toolbarFixed": true,
	"formatting": ["p"],
	"formattingAdd": {
		"heading2": {
			"title": "Heading 2",
			"api": "module.block.format",
			"args": {
				"tag": "h2",
				"class": "ahd2"
			}
		},
		"heading3": {
			"title": "Heading 3",
			"api": "module.block.format",
			"args": {
				"tag": "h3",
				"class": "ahd3"
			}
		},
		"heading4": {
			"title": "Heading 4",
			"api": "module.block.format",
			"args": {
				"tag": "h4",
				"class": "ahd4"
			}
		},
		"highlight": {
			"title": "Highlight",
			"api": "module.inline.format",
			"args": {
				"tag": "span",
				"class": "hi-lite"
			},
			"clear": true
		}
	},
	"allowedTags": ["iframe"],
	"imageResizable": true,
	"imagePosition" : {
		"left": "image-left",
		"right": "image-right",
		"center": "image-center"
	},
	"videoResizable": true,
	"videoPosition" : {
		"left": "image-left",
		"right": "image-right",
		"center": "image-center"
	}
}