You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation of the Metadata Fusion prototypes is already very easy to extend.
But it's currently not easily possible to refer to image URLs instead of using assets from the Neos.Media package because integration & rendering is intermingled.
Also we currently have some props that are not meant to be part of the public API of the components (for example thumbnail in Neos.Seo:OpenGraphMetaTags).
I would suggest to slim down the components so that they just render the corresponding tags and receive (scalar?) props. And then have the (CR) integration in separate prototypes.
Example
For the OpenGraphMetaTags the rendering component could look like
The current implementation of the Metadata Fusion prototypes is already very easy to extend.
But it's currently not easily possible to refer to image URLs instead of using assets from the
Neos.Media
package because integration & rendering is intermingled.Also we currently have some props that are not meant to be part of the public API of the components (for example
thumbnail
inNeos.Seo:OpenGraphMetaTags
).I would suggest to slim down the components so that they just render the corresponding tags and receive (scalar?) props. And then have the (CR) integration in separate prototypes.
Example
For the
OpenGraphMetaTags
the rendering component could look likeand the corresponding integration (name to be defined) like:
(untested)
The text was updated successfully, but these errors were encountered: