diff --git a/backend/directus-config/development/snapshot/fields/types/Header.json b/backend/directus-config/development/snapshot/fields/types/Header.json
index c0bc8b9e..7c1d379b 100644
--- a/backend/directus-config/development/snapshot/fields/types/Header.json
+++ b/backend/directus-config/development/snapshot/fields/types/Header.json
@@ -13,6 +13,7 @@
"interface": "group-detail",
"note": null,
"options": {
+ "headerIcon": "credit_card",
"start": "closed"
},
"readonly": false,
diff --git a/backend/directus-config/development/snapshot/fields/types/Profile.json b/backend/directus-config/development/snapshot/fields/types/Profile.json
index 4ffa0164..a4d2ed72 100644
--- a/backend/directus-config/development/snapshot/fields/types/Profile.json
+++ b/backend/directus-config/development/snapshot/fields/types/Profile.json
@@ -13,11 +13,12 @@
"interface": "group-detail",
"note": null,
"options": {
- "headerIcon": "lab_profile"
+ "headerIcon": "lab_profile",
+ "start": "closed"
},
"readonly": false,
"required": false,
- "sort": 9,
+ "sort": 10,
"special": [
"alias",
"no-data",
diff --git a/backend/directus-config/development/snapshot/fields/types/small_form.json b/backend/directus-config/development/snapshot/fields/types/small_form.json
index 064a143f..61675926 100644
--- a/backend/directus-config/development/snapshot/fields/types/small_form.json
+++ b/backend/directus-config/development/snapshot/fields/types/small_form.json
@@ -13,11 +13,12 @@
"interface": "group-detail",
"note": null,
"options": {
- "headerIcon": "edit_square"
+ "headerIcon": "edit_square",
+ "start": "closed"
},
"readonly": false,
"required": false,
- "sort": 8,
+ "sort": 9,
"special": [
"alias",
"no-data",
diff --git a/backend/directus-config/development/snapshot/fields/types/small_view.json b/backend/directus-config/development/snapshot/fields/types/small_view.json
index 4dddfbc2..6685a81a 100644
--- a/backend/directus-config/development/snapshot/fields/types/small_view.json
+++ b/backend/directus-config/development/snapshot/fields/types/small_view.json
@@ -13,11 +13,12 @@
"interface": "group-detail",
"note": null,
"options": {
- "headerIcon": "wysiwyg"
+ "headerIcon": "wysiwyg",
+ "start": "closed"
},
"readonly": false,
"required": false,
- "sort": 7,
+ "sort": 8,
"special": [
"alias",
"no-data",
diff --git a/lib/src/Components/Map/Subcomponents/ItemPopupComponents/HeaderView/ItemTitle.tsx b/lib/src/Components/Map/Subcomponents/ItemPopupComponents/HeaderView/ItemTitle.tsx
index 5434de77..3bb795c7 100644
--- a/lib/src/Components/Map/Subcomponents/ItemPopupComponents/HeaderView/ItemTitle.tsx
+++ b/lib/src/Components/Map/Subcomponents/ItemPopupComponents/HeaderView/ItemTitle.tsx
@@ -48,7 +48,7 @@ export function ItemTitle({