Luiz Kowalski
Luiz Kowalski
> we'd probably like to extract a method to get the stats to get it in the backend size without the need to hit the endpoint from the client @retrofox...
Today we have a fixed array of allowed video formats here: https://github.com/Automattic/jetpack/blob/trunk/projects/packages/videopress/src/client/state/constants.js#L31 We need to use the `get_allowed_mime_types()` to get this list of extensions from a better (and more maintanable)...
`get_allowed_mime_types()` returns a list of extensions and associated mime types ([ref](https://developer.wordpress.org/reference/functions/get_allowed_mime_types/)). To get a list of possible video extensions, what we need to do is fetch all of them and...
Below is a summary of the endpoint current properties, their meaning and some comments about changing it or not: - `has-feature` - there is some discussion about the meaning of...
Updating, the last 3 fields that could deserve some changes are: - `has-feature`: - as described above, there is some mixed meaning attached to it, but I think we can...
We now have a stable counting system for the requests, so I will move this from hold to backlog.
We can get the nightly build of gutenberg from this link: https://gutenbergtimes.com/need-a-zip-from-master/#nightly
The PR that inserted the Openverse integration is helpful to understand how to go beyond the 3 pre-defined categories (images, audio, video): https://github.com/WordPress/gutenberg/pull/46251
Hi @Copons! > I wonder if you have made any progress on this issue We did some exploration on this (pe4Cmx-LC-p2) but got to the same point that you: >...