Skip to content
Lina128 edited this page Mar 20, 2017 · 31 revisions

type 'TEXT'.

setting

key name type value options display
content Content TextArea '' null false
font Font List 'Arial' ['Courier', 'Arial', 'Times', 'sans-serif', 'serif'] true
fontSize Font Size Input 12 null true
fontWeight Font Weight List 'normal' ['normal', 'bold'] true
fontColor Font Color ColorPicker '#000000' null true

Example:

{
	"structure": [
        {
		"id": 1
	}],
	"entities": [{
		"id": 1,
		"type": "TEXT",
		"name": "Text",
		"condition": [],
		"trialSetting": {
			"content": "Test",
			"font": "Arial",
			"fontSize": "66",
			"fontWeight": "normal",
			"fontColor": "#000000"
		}
	}]
}
Clone this wiki locally