Added specific API schema example plugin

This commit is contained in:
Joel Collins 2019-06-17 17:35:20 +01:00
parent 559fe6c2fe
commit 8a5c749d47
8 changed files with 166 additions and 15 deletions

View file

@ -15,6 +15,8 @@ API_SCHEMA = {
'forms': [
{
'route': '/fast_autofocus',
'isTask': True,
'submitLabel': "Run autofocus",
'schema': [
{
'fieldType': "htmlBlock",