royboy789 / gutenberg-object-plugin

Saves Gutenberg data as an object / array and allows you to access it via REST API
GNU General Public License v3.0
248 stars 17 forks source link

Updating from Wordpress IOS app does not work #40

Closed tcober closed 3 years ago

tcober commented 5 years ago

If I make a change in the Wordpress ios app, the changes are reflected in the generic Gutenberg "content" block but are not reflected in your snazzy new 'editor_blocks'. If I save from the web app it does update correctly though.

royboy789 commented 5 years ago

@tcober this is an interesting issue. I wonder why. Maybe the iOS app doesn't run the same data changes, the whole thing is triggered by a data.subscribe here: https://github.com/royboy789/gutenberg-object-plugin/blob/master/assets/js/block-save/block-save.js#L5

I'll have to play with this more later. but good to know!