Gustavo Luigi 2022-12-15 13:32:58 -03:00
parent 6fd7904073
commit 8ac7d290c5
1 changed files with 5 additions and 5 deletions

View File

@ -139,7 +139,7 @@
{
"name": "Beschäftigungsart",
"type": "select-multiple",
"position": 8,
"position": 7,
"required": 0,
"options": [
"Vollzeit",
@ -151,7 +151,7 @@
{
"name": "Region",
"type": "select-multiple",
"position": 9,
"position": 8,
"required": 1,
"options": [
"Regensburg",
@ -171,7 +171,7 @@
{
"name": "Branche",
"type": "select-multiple",
"position": 10,
"position": 9,
"required": 1,
"options": [
"Handwerk",
@ -198,13 +198,13 @@
{
"name": "Email zur Onlinebewerbung",
"type": "email",
"position": 11,
"position": 10,
"required": 0
},
{
"name": "Full HTML",
"type": "textfield",
"position": 12,
"position": 11,
"required": 0
}
]