Skip to content

Commit

Permalink
fix: add the missing VAC config-sync json
Browse files Browse the repository at this point in the history
  • Loading branch information
AliKdhim87 authored and Robbert committed Dec 12, 2024
1 parent 4db83a8 commit d88f9de
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,8 @@
"properties": {
"fields": [
"vac.vraag",
"vac.antwoord",
"vac.antwoord.content",
"vac.antwoord.kennisartikelCategorie",
"vac.status",
"vac.doelgroep",
"vac.afdelingen.afdelingId",
Expand Down Expand Up @@ -710,7 +711,8 @@
"properties": {
"fields": [
"vac.vraag",
"vac.antwoord",
"vac.antwoord.content",
"vac.antwoord.kennisartikelCategorie",
"vac.status",
"vac.doelgroep",
"vac.afdelingen.afdelingId",
Expand All @@ -729,7 +731,8 @@
"properties": {
"fields": [
"vac.vraag",
"vac.antwoord",
"vac.antwoord.content",
"vac.antwoord.kennisartikelCategorie",
"vac.status",
"vac.doelgroep",
"vac.afdelingen.afdelingId",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
{
"key": "plugin_content_manager_configuration_components::components.antwoord",
"value": {
"settings": {
"bulkable": true,
"filterable": true,
"searchable": true,
"pageSize": 10,
"mainField": "id",
"defaultSortBy": "id",
"defaultSortOrder": "ASC"
},
"metadatas": {
"id": {
"edit": {},
"list": {
"label": "id",
"searchable": true,
"sortable": true
}
},
"content": {
"edit": {
"label": "content",
"description": "",
"placeholder": "",
"visible": true,
"editable": true
},
"list": {
"label": "content",
"searchable": false,
"sortable": false
}
},
"kennisartikelCategorie": {
"edit": {
"label": "kennisartikelCategorie",
"description": "",
"placeholder": "",
"visible": true,
"editable": true
},
"list": {
"label": "kennisartikelCategorie",
"searchable": true,
"sortable": true
}
}
},
"layouts": {
"list": ["id", "kennisartikelCategorie"],
"edit": [
[
{
"name": "content",
"size": 12
}
],
[
{
"name": "kennisartikelCategorie",
"size": 6
}
]
]
},
"uid": "components.antwoord",
"isComponent": true
},
"type": "object",
"environment": null,
"tag": null
}

0 comments on commit d88f9de

Please sign in to comment.