Xon I've been struggling with trying to extend to a custom content type. Looking through your old posts it looks like you intended to eventually make this straightforward and document it, however I'm having trouble finding any info on it. Could you help point me in the right direction?
I've added the reaction_score
, reactions
, and reaction_users
columns to my table and entity, I've registered the content type's entity and reaction_handler_class, and created actionReact
and actionReactions
methods in my custom controller. Beyond that, I'm not sure how to proceed.