Skip to content

Commit

Permalink
feat: improve vac and internal field labels
Browse files Browse the repository at this point in the history
  • Loading branch information
AliKdhim87 committed Jan 16, 2025
1 parent cc0e667 commit a5724e4
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 15 deletions.
5 changes: 5 additions & 0 deletions .changeset/six-islands-laugh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@frameless/pdc-dashboard": patch
---

Verbeter de Internal Field- en VAC-labels in het Strapi-dashboard.
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"edit": {},
"list": {
"label": "id",
"searchable": true,
"sortable": true
"searchable": false,
"sortable": false
}
},
"content": {
"edit": {
"label": "content",
"label": "Inhoud",
"description": "",
"placeholder": "",
"visible": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
},
"internal_field": {
"edit": {
"label": "internal_field",
"label": "Gekoppelde interne informatie",
"description": "",
"placeholder": "",
"placeholder": "Kies interne informatie",
"visible": true,
"editable": true,
"mainField": "title"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"contentBlock": {
"edit": {
"label": "contentBlock",
"label": "Contentblok",
"description": "",
"placeholder": "",
"visible": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
},
"toelichting": {
"edit": {
"label": "Toelichting",
"label": "Beheernotitie",
"description": "",
"placeholder": "",
"visible": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"title": {
"edit": {
"label": "title",
"label": "Titel",
"description": "",
"placeholder": "",
"visible": true,
Expand All @@ -35,7 +35,7 @@
},
"content": {
"edit": {
"label": "content",
"label": "Inhoud",
"description": "",
"placeholder": "",
"visible": true,
Expand All @@ -49,7 +49,7 @@
},
"product": {
"edit": {
"label": "product",
"label": "Gekoppeld product",
"description": "",
"placeholder": "",
"visible": true,
Expand Down Expand Up @@ -122,7 +122,6 @@
}
},
"layouts": {
"list": ["id", "title", "content", "product"],
"edit": [
[
{
Expand All @@ -142,7 +141,8 @@
"size": 6
}
]
]
],
"list": ["id", "title", "content", "product"]
},
"uid": "api::internal-field.internal-field"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"searchable": true,
"pageSize": 10,
"mainField": "id",
"defaultSortBy": "id",
"defaultSortBy": "createdAt",
"defaultSortOrder": "ASC"
},
"metadatas": {
Expand Down Expand Up @@ -101,7 +101,7 @@
}
]
],
"list": ["id", "createdAt"]
"list": ["vac", "id", "createdAt"]
},
"uid": "api::vac.vac"
},
Expand Down
1 change: 1 addition & 0 deletions apps/pdc-dashboard/src/admin/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ const config = {
'content-manager.popUpWarning.warning.publish-question': 'Wil je nog steeds publiceren?',
'content-manager.popUpWarning.warning.unpublish-question': 'Weet je zeker dat je het niet wilt publiceren?',
'content-manager.popUpWarning.warning.updateAllSettings': 'Dit zal al je instellingen wijzigen.',
'content-manager.components.empty-repeatable': 'Nog geen items. Klik op de + om iets toe te voegen.',
'Not Found Page': 'Pagina niet gevonden',
'primary-action-button': 'Inwoners (blauw)',
'secondary-action-button': 'Aanvullende knop (wit)',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"collectionName": "internal_block_contents",
"info": {
"displayName": "Interne blokinhoud",
"displayName": "Interne informatie",
"description": ""
},
"options": {},
Expand Down

0 comments on commit a5724e4

Please sign in to comment.