You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we're producing the Gutenberg block structure by hardcoding tags and using Gson serialization. We'll want to actually use mobile gutenberg to:
be able to correctly validate and save block information at creation time. This we might mark as optional?, we'll dig into this when the time comes - I'm thinking we probably can still leave this part as is, given in WPAndroid we're already using matchers in the BlockProcessor structure for dealing with block updates with media information coming from the server.
The text was updated successfully, but these errors were encountered:
To do this on Mobile, we might have to import the JetPack block, right?
I think we just need to read the VideoPress hash, query the native side (there is an API call that from a VP hash does return video info) and replace it with the video URL when the call returns.
Currently, we're producing the Gutenberg block structure by hardcoding tags and using Gson serialization. We'll want to actually use mobile gutenberg to:
The text was updated successfully, but these errors were encountered: