feat(fullstack): Add title and description to form element, add HTML and PDF endpoints for application form
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
"lastModifiedBy": "Denis",
|
||||
"formElements": [
|
||||
{
|
||||
"title": "Zustimmung erforderlich",
|
||||
"description": "Bitte wählen Sie eine Option aus, um fortzufahren.",
|
||||
"options": [
|
||||
{
|
||||
"value": "false",
|
||||
@@ -16,6 +18,8 @@
|
||||
"type": "SWITCH"
|
||||
},
|
||||
{
|
||||
"title": "Zustimmung erforderlich",
|
||||
"description": "Bitte wählen Sie eine Option aus, um fortzufahren.",
|
||||
"options": [
|
||||
{
|
||||
"value": "false",
|
||||
@@ -27,6 +31,8 @@
|
||||
"type": "SWITCH"
|
||||
},
|
||||
{
|
||||
"title": "Zustimmung erforderlich",
|
||||
"description": "Bitte wählen Sie eine Option aus, um fortzufahren.",
|
||||
"options": [
|
||||
{
|
||||
"value": "false",
|
||||
@@ -38,6 +44,8 @@
|
||||
"type": "CHECKBOX"
|
||||
},
|
||||
{
|
||||
"title": "Eine weitere Zustimmung erforderlich",
|
||||
"description": "Bitte wählen Sie eine Option aus, um fortzufahren.",
|
||||
"options": [
|
||||
{
|
||||
"value": "false",
|
||||
@@ -55,6 +63,8 @@
|
||||
"type": "SELECT"
|
||||
},
|
||||
{
|
||||
"title": "Eine weitere Zustimmung erforderlich",
|
||||
"description": "Bitte wählen Sie eine Option aus, um fortzufahren.",
|
||||
"options": [
|
||||
{
|
||||
"value": "false",
|
||||
|
||||
Reference in New Issue
Block a user