{
	"title": {
		"type": "text",
		"format": "title",
		"placeholder": "..."
	},
	"plain": {
		"type": "text",
		"format": "plain",
		"placeholder": "..."
	},
	"inline": {
		"type": "text",
		"format": "inline",
		"buttons": {
			"format": ["b", "i"],
			"insert": ["link"]
		},
		"buttonOptions" : {
			"link" : {
				"prefixes" : [["/", "internal link"], ["http://", "external link"], ["https://", "external link (safe)"], ["mailto:", "email address"]]
			}
		},
		"placeholder": "..."
	},
	"basic": {
		"type": "text",
		"format": "block",
		"buttons": {
			"format": ["b", "i"],
			"insert": ["link"]
		},
		"buttonOptions" : {
			"link" : {
				"prefixes" : [["/", "internal link"], ["http://", "external link"], ["https://", "external link (safe)"], ["mailto:", "email address"]]
			}
		},
        "formatRules" : {
            "div" : "p",
            "p"   : "b,i,a,br"
        },
		"placeholder": "..."
	},
	"rich": {
		"type": "text",
		"format": "block",
		"buttons": {
			"format": ["b", "i"],
			"block": ["p", "h1", "h2", "h3", "h4", "blockquote"],
			"align": ["left", "center", "right"],
			"list": ["ul", "ol"],
			"insert": ["link", "image", "file", "video"]
		},
		"buttonOptions" : {
			"image" : {
				"imgFileFormat": "jpg",
				"imgQuality": 80,
				"sourceMaxResize": 1200,
				"styles" : {
					"left" : {
						"constraints" : { "minWidth": 150, "maxWidth": 600, "minHeight": 100, "maxHeight": 400 },
						"class" : "alignleft",
						"isDefault" : true
					},
					"right" : {
						"constraints" : { "minWidth": 100, "maxWidth": 400, "minHeight": 100, "maxHeight": 400 },
						"class" : "alignright"
					},
					"full" : {
						"constraints" : { "minWidth": 800, "maxWidth": 800, "minHeight": 100, "maxHeight": 400 },
						"class" : "alignleft"
					}
				}
			},
			"link" : {
				"prefixes" : [["/", "internal link"], ["http://", "external link"], ["https://", "external link (safe)"], ["mailto:", "email address"]]
			}
		},
		"placeholder": "..."
	},
	"image": {
		"type": "image",
		"imgFileFormat": "jpg",
		"imgQuality": 80,
		"sourceMaxResize": 1200,
		"constraints" : {
			"minWidth": 800,
			"maxWidth": 800,
			"minHeight": 400,
			"maxHeight": 400
		}
	},
	"link": {
		"type": "link",
		"buttonEditLink": true,
		"buttonFollowLink": true,
		"prefixes" : [["/", "internal link"]]
	},
	"link-post": {
		"type": "link",
		"buttonDelete": true,
		"buttonShowHide": true,
		"buttonFollowLink": true
	},
	"date": {
		"type": "date",
		"format": "d MM yy",
		"localize" : {
			"nl_NL" : "d MM yy",
			"en_US" : "MM d, yy"
		}
	},
	"file": {
		"type": "file"
	},
	"page-options": {
		"type": "options"
	},
	"list": {
		"type": "list",
		"listSelector" : "ul",
		"commands" : {
			"move-left" : {
				"caption" : "move left"
			},
			"move-right" : {
				"caption" : "move right"
			},
			"delete" : {
				"caption" : "delete"
			},
			"add" : {
				"caption" : "insert after"
			}
		}
	},
	"list-divClasses": {
		"type": "list",
		"listSelector" : "ul",
		"divClasses" : { 
			"right" : "group-right",
			"left" : "group-left"
		},
		"commands" : {
			"move-left" : {
				"caption" : "move up",
				"div" : "left"
			},
			"move-right" : {
				"caption" : "move down",
				"div" : "right"
			},
			"delete" : {
				"caption" : "delete",
				"div" : "left"
			},
			"add" : {
				"caption" : "insert after",
				"div" : "right"
			}
		}
	}
}
