Skip to content

Commit

Permalink
Merge branch 'feature/AB#16756' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefwint committed Feb 6, 2024
2 parents b8912ea + d3cdbc2 commit b50fba2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/components/DynamicObject/ObjectContent/ObjectContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export const fields: {
value: 'Role',
},
{
title: 'Uitwerking',
title: 'Nadere uitwerking',
value: 'Effect',
},
{
Expand All @@ -169,7 +169,7 @@ export const fields: {
value: 'Provincial_Interest',
},
{
title: 'Toelichting',
title: 'Nadere uitwerking',
value: 'Explanation',
},
{
Expand Down
3 changes: 1 addition & 2 deletions src/config/objects/beleidskeuze.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,10 @@ const beleidskeuze: DynamicObject<
},
{
name: 'Explanation',
label: 'Toelichting',
label: 'Nadere uitwerking',
description:
'Op welke thema’s, onderwerpen en gebieden gaat de beleidskeuze iets wijzigen, en waarom is dit gewenst? Beschrijf ook de relatie met andere beleidsterreinen.',
type: 'wysiwyg',
required: true,
},
],
},
Expand Down
3 changes: 1 addition & 2 deletions src/config/objects/maatregel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,9 @@ const maatregel: DynamicObject<
},
{
name: 'Effect',
label: 'Uitwerking',
label: 'Nadere uitwerking',
description: 'Beschrijf de uitwerking van de maatregel.',
type: 'wysiwyg',
required: true,
customMenuOptions: ['image', 'table'],
imageOptions: {
maxSize: 819200,
Expand Down

0 comments on commit b50fba2

Please sign in to comment.