I recently followed your recommended guide on utilizing reusable content with pieces, available at:
Below is the definition for a biography:
{
name: 'body',
label: 'Biography',
type: 'area',
options: {
widgets: {
'apostrophe-rich-text': {
controls: ['Bold', 'Italic', 'Link', 'Unlink']
},
'apostrophe-images': { }
}
}
}
Despite following these steps, I am unable to style the biography text either in the modal dialog or on the people-page. The toolbar for text styling seems to be missing.
Your assistance in this matter would be greatly appreciated. Thank you!