pimcore / studio-ui-bundle

Studio UI bundle
Other
14 stars 6 forks source link

Embedded Metainfo #151

Closed fashxp closed 3 months ago

fashxp commented 6 months ago

see https://github.com/pimcore/product-management/issues/376

image

https://www.figma.com/design/kTxowT29eCHwNh5NspDGGu/Pimcore-Components?node-id=3021-127407&t=roQfjNiUiWGvKejZ-0

Allow detaching

markus-moser commented 6 months ago

API requirements

We need a API which is able to deliver the asset embedded metadata for a single asset. This could be either done in the asset detail API or with a separate (sub-) endpoint.

For this case we need to load the embedded metadata attributes directly from the asset model and not from the generic data index.

In the classic UI bundle it looks like this:

image

The embedded metadata list is a just a simple list of key/value pairs. We need to discuss if we want to send the whole list of custom settings like in the classic UI.