|
|
|
@ -12947,7 +12947,7 @@
|
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"banner_image_url": { |
|
|
|
|
"$ref": "#/components/schemas/StringOrNull", |
|
|
|
|
"$ref": "#/components/schemas/TextOrNull", |
|
|
|
|
"description": "Banner Image URL. Not in use currently." |
|
|
|
|
}, |
|
|
|
|
"columns": { |
|
|
|
@ -12990,7 +12990,7 @@
|
|
|
|
|
"example": "collaborative" |
|
|
|
|
}, |
|
|
|
|
"logo_url": { |
|
|
|
|
"$ref": "#/components/schemas/StringOrNull", |
|
|
|
|
"$ref": "#/components/schemas/TextOrNull", |
|
|
|
|
"description": "Logo URL. Not in use currently." |
|
|
|
|
}, |
|
|
|
|
"meta": { |
|
|
|
@ -13002,7 +13002,7 @@
|
|
|
|
|
"description": "The numbers of seconds to redirect after form submission" |
|
|
|
|
}, |
|
|
|
|
"redirect_url": { |
|
|
|
|
"$ref": "#/components/schemas/StringOrNull", |
|
|
|
|
"$ref": "#/components/schemas/TextOrNull", |
|
|
|
|
"description": "URL to redirect after submission" |
|
|
|
|
}, |
|
|
|
|
"show_blank_form": { |
|
|
|
@ -13010,7 +13010,7 @@
|
|
|
|
|
"description": "Show `Blank Form` after 5 seconds" |
|
|
|
|
}, |
|
|
|
|
"subheading": { |
|
|
|
|
"type": "string", |
|
|
|
|
"$ref": "#/components/schemas/TextOrNull", |
|
|
|
|
"description": "The subheading of the form", |
|
|
|
|
"example": "My Form Subheading" |
|
|
|
|
}, |
|
|
|
@ -13019,7 +13019,7 @@
|
|
|
|
|
"description": "Show `Submit Another Form` button" |
|
|
|
|
}, |
|
|
|
|
"success_msg": { |
|
|
|
|
"$ref": "#/components/schemas/StringOrNull", |
|
|
|
|
"$ref": "#/components/schemas/TextOrNull", |
|
|
|
|
"description": "Custom message after the form is successfully submitted" |
|
|
|
|
}, |
|
|
|
|
"title": { |
|
|
|
@ -13053,7 +13053,7 @@
|
|
|
|
|
"type": "object", |
|
|
|
|
"properties": { |
|
|
|
|
"banner_image_url": { |
|
|
|
|
"$ref": "#/components/schemas/StringOrNull", |
|
|
|
|
"$ref": "#/components/schemas/TextOrNull", |
|
|
|
|
"description": "Banner Image URL. Not in use currently." |
|
|
|
|
}, |
|
|
|
|
"email": { |
|
|
|
@ -13067,7 +13067,7 @@
|
|
|
|
|
"type": "string" |
|
|
|
|
}, |
|
|
|
|
"logo_url": { |
|
|
|
|
"$ref": "#/components/schemas/StringOrNull", |
|
|
|
|
"$ref": "#/components/schemas/TextOrNull", |
|
|
|
|
"description": "Logo URL. Not in use currently." |
|
|
|
|
}, |
|
|
|
|
"meta": { |
|
|
|
@ -13079,7 +13079,7 @@
|
|
|
|
|
"description": "The numbers of seconds to redirect after form submission" |
|
|
|
|
}, |
|
|
|
|
"redirect_url": { |
|
|
|
|
"$ref": "#/components/schemas/StringOrNull", |
|
|
|
|
"$ref": "#/components/schemas/TextOrNull", |
|
|
|
|
"description": "URL to redirect after submission" |
|
|
|
|
}, |
|
|
|
|
"show_blank_form": { |
|
|
|
@ -13087,15 +13087,16 @@
|
|
|
|
|
"description": "Show `Blank Form` after 5 seconds" |
|
|
|
|
}, |
|
|
|
|
"subheading": { |
|
|
|
|
"$ref": "#/components/schemas/StringOrNull", |
|
|
|
|
"description": "The subheading of the form" |
|
|
|
|
"$ref": "#/components/schemas/TextOrNull", |
|
|
|
|
"description": "The subheading of the form", |
|
|
|
|
"example": "My Form Subheading" |
|
|
|
|
}, |
|
|
|
|
"submit_another_form": { |
|
|
|
|
"$ref": "#/components/schemas/Bool", |
|
|
|
|
"description": "Show `Submit Another Form` button" |
|
|
|
|
}, |
|
|
|
|
"success_msg": { |
|
|
|
|
"$ref": "#/components/schemas/StringOrNull", |
|
|
|
|
"$ref": "#/components/schemas/TextOrNull", |
|
|
|
|
"description": "Custom message after the form is successfully submitted" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
@ -13147,8 +13148,8 @@
|
|
|
|
|
"description": "Unique ID" |
|
|
|
|
}, |
|
|
|
|
"description": { |
|
|
|
|
"$ref": "#/components/schemas/StringOrNull", |
|
|
|
|
"description": "Form Column Description (Not in use)" |
|
|
|
|
"$ref": "#/components/schemas/TextOrNull", |
|
|
|
|
"description": "Form Column Description" |
|
|
|
|
}, |
|
|
|
|
"fk_column_id": { |
|
|
|
|
"$ref": "#/components/schemas/Id", |
|
|
|
@ -13159,11 +13160,11 @@
|
|
|
|
|
"description": "Foreign Key to View" |
|
|
|
|
}, |
|
|
|
|
"help": { |
|
|
|
|
"$ref": "#/components/schemas/StringOrNull", |
|
|
|
|
"description": "Form Column Help Text" |
|
|
|
|
"$ref": "#/components/schemas/TextOrNull", |
|
|
|
|
"description": "Form Column Help Text (Not in use)" |
|
|
|
|
}, |
|
|
|
|
"label": { |
|
|
|
|
"$ref": "#/components/schemas/StringOrNull", |
|
|
|
|
"$ref": "#/components/schemas/TextOrNull", |
|
|
|
|
"description": "Form Column Label" |
|
|
|
|
}, |
|
|
|
|
"meta": { |
|
|
|
@ -13232,15 +13233,15 @@
|
|
|
|
|
}, |
|
|
|
|
"properties": { |
|
|
|
|
"description": { |
|
|
|
|
"$ref": "#/components/schemas/StringOrNull", |
|
|
|
|
"description": "Form Column Description (Not in use)" |
|
|
|
|
"$ref": "#/components/schemas/TextOrNull", |
|
|
|
|
"description": "Form Column Description" |
|
|
|
|
}, |
|
|
|
|
"help": { |
|
|
|
|
"$ref": "#/components/schemas/StringOrNull", |
|
|
|
|
"description": "Form Column Help Text" |
|
|
|
|
"$ref": "#/components/schemas/TextOrNull", |
|
|
|
|
"description": "Form Column Help Text (Not in use)" |
|
|
|
|
}, |
|
|
|
|
"label": { |
|
|
|
|
"$ref": "#/components/schemas/StringOrNull", |
|
|
|
|
"$ref": "#/components/schemas/TextOrNull", |
|
|
|
|
"description": "Form Column Label" |
|
|
|
|
}, |
|
|
|
|
"meta": { |
|
|
|
@ -16751,6 +16752,21 @@
|
|
|
|
|
"id": "8v8qzwm3w4v11" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"TextOrNull": { |
|
|
|
|
"description": "Model for TextOrNull", |
|
|
|
|
"examples": [ |
|
|
|
|
"string" |
|
|
|
|
], |
|
|
|
|
"oneOf": [ |
|
|
|
|
{ |
|
|
|
|
"type": "string" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"type": "null" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"title": "TextOrNull Model" |
|
|
|
|
}, |
|
|
|
|
"StringOrNull": { |
|
|
|
|
"description": "Model for StringOrNull", |
|
|
|
|
"examples": [ |
|
|
|
|