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

Entity "Post": Unify fields "images" & "video" into one field "media" #14

Open
svenpet90 opened this issue Jan 4, 2023 · 0 comments
Open
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@svenpet90
Copy link
Owner

Currently a Post Entity has 2 FAL Fields: "images" and "videos".
This is not nessesary and should be streamlined into one field: "media"

To avoid a BC break we should keep the getImages() and getVideos() function in Entity Post - but make then sort out the appropriate files to return.

Also we should mark these getters as deprecated

@svenpet90 svenpet90 self-assigned this Jan 4, 2023
@svenpet90 svenpet90 added bc break enhancement New feature or request and removed bc break labels Jan 4, 2023
@svenpet90 svenpet90 added this to the v2.0 milestone Jan 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant