Added extra content to test schema
This commit is contained in:
parent
616ed455f5
commit
8742c4d43c
1 changed files with 13 additions and 2 deletions
|
|
@ -17,8 +17,19 @@ API_SCHEMA = {
|
||||||
{
|
{
|
||||||
'fieldType': "htmlBlock",
|
'fieldType': "htmlBlock",
|
||||||
'name': "heading",
|
'name': "heading",
|
||||||
'content': "<b>This is different form in a plugin!</b>"
|
'content': "<b>This plugin was generated from JSON!</b><p>In fact, I'm typing this HTML block into my Python plugin right now."
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
'fieldType': "radioList",
|
||||||
|
'name': "coolness",
|
||||||
|
'label': "How cool is that!?",
|
||||||
|
'options': ["Very", "Very very", "I'm losing my mind"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'fieldType': "htmlBlock",
|
||||||
|
'name': "subheading",
|
||||||
|
'content': "I should apologise to the auto-calibrate plugin though. I'm using that as a test-bed..."
|
||||||
|
},
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue