funkhaus / wp-gql-gutenberg

GNU General Public License v3.0
4 stars 3 forks source link

Classic Editor content not falling back to Gutenberg Freeform Block #59

Open dChiamp opened 10 months ago

dChiamp commented 10 months ago

Legacy posts that use Classic Editor instead of Gutenberg Blocks are returning content and not falling back to Freeform block. See attached images below

Here is an imported legacy post using Classic Editor: gql-freeform-page

Here is the gql query returning the post content but an empty block for freeform with no content: gql-freeform-query

Expected behavior is to have the classic content html be returned as freeform content.

rsm0128 commented 10 months ago

@dChiamp I investigated the case, but it works fine on my side. I guess the classic block is empty and that's why the content field is empty. I did some tests on my side and it works fine. image

image