Hi,
I have a use case where I don't need "Metadata & Opengraph" feature of this plugin, so I don't implement ReferenceableInterface / ReferenceableTrait on entities.
If I don't include ReferenceableTrait on Product or Channel entities, product and channel admin pages throw exceptions because of ProductTypeExtension and ChannelTypeExtension require referenceableContent field from ReferenceableTrait.
Do you think it is worth it to create a PR to manage this use case?
Hi,
I have a use case where I don't need "Metadata & Opengraph" feature of this plugin, so I don't implement
ReferenceableInterface/ReferenceableTraiton entities.If I don't include
ReferenceableTraiton Product or Channel entities, product and channel admin pages throw exceptions because ofProductTypeExtensionandChannelTypeExtensionrequirereferenceableContentfield fromReferenceableTrait.Do you think it is worth it to create a PR to manage this use case?