I am working on a dexterity-based plon application. I created a couple of new types. This is what I did to activate comments on a certain type of agility content called "activity_report":
In the control panel Plone
In the Discussion section, I included the following:
- globally include comments
- enable anonymous comments
In the Types section, I selected the "Activity Report" type from the drop-down list and enabled the "Allow Comments" option.
In file system
In the FTI activityreport.xml file:
<property name="allow_discussion">True</property>
I restarted the instance and even reinstalled the product, but I cannot activate the comment section in the agility type.
It should be noted that a standard type (for example, a page) can activate the discussion module.
Is there something I am missing?
jcuot source share