Skip to content

Make Asset Entity implement the Translatable-interface to allow multilingual asset meta data #3754

@DanielBiegler

Description

@DanielBiegler

Is your feature request related to a problem? Please describe.

International shops need to provide multilingual alt-attributes for images and other assets to better comply with web accessibility guidelines.

Describe the solution you'd like

Make Asset Entity implement the Translatable-interface to allow multilingual asset meta data.

That would allow users to add customfields of type localeString and localeText to their Assets.

Describe alternatives you've considered

None.

Additional context

Right now if you try to add a custom field of type localeString to the Asset entity you get blocked by the validation, see here.

That validation misses checking for type localeText but this gets caught during runtime, see here.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    📅 Planned

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions