Studio Developer Manual / Version 2107
Table Of ContentsEditors have the possibility to write comments for certain property fields in a document form and get an overview of existing comments in the CoreMedia Feedback Hub. While comments are enabled for many property fields per default, you might want to enable them for custom property fields or document forms, or disable some of them entirely. This section describes how to do that.
In order to enable comments on a property field, the following prerequisites have to be met:
The property field has to be registered by the
editorialCommentPropertyRegistryService
.The property field needs to implement the
ISideButtonMixin
to be able to display a comment button.The field needs to have the
PropertyFieldPlugin
as one of its plugins.