Feature Request: Functions to return block data as JSON
-
Hey,
I build websites that integrate WordPress via the REST API architecture. I like the interface for Gutenberg however I don’t see it being used in any of my projects because it returns rendered HTML through the API.
Is there any plans to add the functionality to return JSON data? Even through a function..
e.g.$post->get_gutes();would return an array of gute objects with their attributes and values.I found an open source project that’s trying to achieve this (https://github.com/royboy789/gutenberg-object-plugin) but wondering if this is something that’s also being developed officially.
The topic ‘Feature Request: Functions to return block data as JSON’ is closed to new replies.