{
	"style" : "groupbox",
	"title" : "Lectern Properties",
	"layout": [
		{
			"control": "spinBox",
			"name": "page",
			"title": "Starting Page",
			"type": "int",
			"tooltip": "The starting page of the lectern",
			"value-default": 1,
			"value-min": 1,
			"value-max": 999,
			"single-step": 1
		},
		{
			"control": "multiLineEdit",
			"name": "text",
			"title": "Text",
			"tooltip": "The text of the lectern. Split your text into pages by writing <np>",
			"value-default": ""
		}
	]
}
