pristas-peter / wp-graphql-gutenberg

Query gutenberg blocks with wp-graphql
https://wp-graphql-gutenberg.netlify.app
GNU General Public License v3.0
299 stars 62 forks source link

Free Form is not giving expected return output #196

Open kamrulhasan2023 opened 11 months ago

kamrulhasan2023 commented 11 months ago

I am trying to retrieve the free-form data in the below way but I am getting null or empty value, where save or original content has value with tags. if it's possible please help me, how do I get the expected output so I can style it on the frontend app? [ {type: paragraph, content: content}, {type: heading, content: content, level: 2}]

If the user adds a classic field from Gutenberg, then data will come this way. This feature should also be included on your ACF extension for the free form.

Screenshot from 2023-10-11 13-21-15

Thank you