Skip to content

Commit

Permalink
Changed option to select type and show labels
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoJokhan committed Sep 4, 2023
1 parent 3fc131f commit 1eb06ec
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -563,18 +563,19 @@ module.exports = [
},
{
name: 'displayModeColumns',
label: 'Display the filters and ideas next to eachother (tags will become checkboxes)',
type: 'boolean',
label: 'Filter and idea layout',
type: 'select',
choices: [
{
label: 'Yes',
label: 'Columns: Kolommen gebruiken, en ook lijstweergave met selectboxes',
value: true
},
{
label: 'No',
label: 'Full width (default): houden zoals nu de standaard is',
value: false,
}
],
def: false
},
{
name: 'displaySorting',
Expand Down

1 comment on commit 1eb06ec

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Published new image: openstad/frontend:feature-tag-group-styling-1eb06ec

Please sign in to comment.