Skip to content

Commit

Permalink
Merge pull request #447 from openstad/feature/showable-actionTextField
Browse files Browse the repository at this point in the history
Readded actionText, because removing it gives alot of confusion by users
  • Loading branch information
LorenzoJokhan committed Mar 4, 2024
2 parents 4133a2c + 482a77d commit f39deda
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 f39deda

@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:development-f39deda

Please sign in to comment.