We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
svenpet90
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: