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
Is your feature request related to a problem? Please describe.
I want to build entities with assets in vendures style with assets and featuredAsset. Therefore I would like to use the same components that are used in the AdminUI.
Furthermore, when I define a customField that links to an assets, it would be awesome to have the possibility to define a form-input to make the asset visible.
Describe the solution you'd like
Export the AssetsComponent in the SharedModule. Or maybe just import the whole CatalogModule here inside the SharedModule.
Describe alternatives you've considered
Any alternative solutions would end up in writing own components for the usage of assets.
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I want to build entities with assets in vendures style with
assets
andfeaturedAsset
. Therefore I would like to use the same components that are used in the AdminUI.Furthermore, when I define a customField that links to an assets, it would be awesome to have the possibility to define a form-input to make the asset visible.
Describe the solution you'd like
Export the AssetsComponent in the SharedModule. Or maybe just import the whole CatalogModule here inside the SharedModule.
Describe alternatives you've considered
Any alternative solutions would end up in writing own components for the usage of assets.
Additional context
The text was updated successfully, but these errors were encountered: