Skip to content

Commit

Permalink
Merge pull request #448 from openstad/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
LorenzoJokhan committed Mar 5, 2024
2 parents 727fc1a + f39deda commit 953069b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/cms/lib/modules/accordeon-widgets/index.js
Expand Up @@ -25,7 +25,12 @@ module.exports = {
label: 'Description',
widgetType: 'apostrophe-rich-text',
options: contentWidgets['apostrophe-rich-text'] || {}

},
{
type: 'string',
name: 'actionText',
label: 'Description (legacy, prefer the rich-text field if possible as this option could be removed in future updates)',
textarea: true
}
]
},
Expand Down

1 comment on commit 953069b

@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:master-953069b

Please sign in to comment.