dediagency / sylius-seo-plugin

Sylius SEO Plugin by Dedi.
26 stars 24 forks source link

Only use RichSnippet feature #66

Open lusimeon opened 1 year ago

lusimeon commented 1 year ago

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?