Altinn / altinn-studio

Next generation open source Altinn platform and applications.
https://docs.altinn.studio
BSD 3-Clause "New" or "Revised" License
112 stars 70 forks source link

Support component specific overrides in Summary2 #13526

Open framitdavid opened 2 weeks ago

framitdavid commented 2 weeks ago

User Story

I as a user should be able to configure component specific config for Checkbox, MultipleSelect and Group.

Requirements

It should support custom configuration for the following components.

Checkbox & MultipleSelect

Parameter Type Required Description
displayType enum: list | string no Display the summary as a list or string

Group

Parameter Type Required Description
isCompact boolean no Option to display a compact version of groups

Technical Requirements

We should implement support for these properties by following the pattern we already did in #13521 .

Acceptance criteria

JamalAlabdullah commented 3 days ago

waiting #13634 to be merged.