diff --git a/content_types.json b/content_types.json index dbb0f80..5f5ad70 100644 --- a/content_types.json +++ b/content_types.json @@ -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 } ]