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
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