Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PageBuilder] MediaGalleryBlock does not export assigned images (file data) #1029

Open
Algorithman opened this issue Feb 27, 2024 · 2 comments

Comments

@Algorithman
Copy link
Contributor

Is your feature request related to a problem? Please describe.
The MediaGalleryBlock does not export its assigned image files, only the entity ids. This makes importing difficult if you try to move from one instance to another (local database to live database).
So I thought, I make my own block type (a horizontal slider). Would be good training and I can circumvent the limitation of the media gallery block.
Not so fast. There doesn't seem to be a interface/callback on what to export. Yes there is the StoryAssetKind enum, but no handling of enumerations of images/video/audio. It is only usable for properties which hold a single entity id.

Describe the solution you'd like
A better handling of the data which need to be exported. Please support enumerations of entities (or their ids) for import and export.

@muratcakir
Copy link
Contributor

TBD with MC

@stefanmuellerdo
Copy link

(intererst in test / pretest from reporter)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants