Skip to content

Commit

Permalink
chore: updated header and footer email fields with richtext
Browse files Browse the repository at this point in the history
  • Loading branch information
SaraBianchi committed Jun 26, 2024
1 parent 71a7fb4 commit c656644
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/formSchema.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,12 +154,14 @@ const Schema = (data) => {
},
mail_header: {
title: intl.formatMessage(messages.mail_header_label),
widget: 'textarea',
widget: 'richtext',
type: 'string',
description: intl.formatMessage(messages.mail_header_footer_description),
},
mail_footer: {
title: intl.formatMessage(messages.mail_footer_label),
widget: 'textarea',
widget: 'richtext',
type: 'string',
description: intl.formatMessage(messages.mail_header_footer_description)
},
captcha: {
Expand Down

0 comments on commit c656644

Please sign in to comment.