metabolism / wordpress-bundle

Use Wordpress and Symfony together using a Symfony bundle
MIT License
59 stars 17 forks source link

Gutenberg Question #18

Closed FranckPiazza closed 2 years ago

FranckPiazza commented 3 years ago

wp feature img not in gutenberg right column but there in classic editor?.

My misstake or not ?

regard

jerome-barbato commented 3 years ago

Hi @FranckPiazza I'm not familiar with Gutenberg but normally the bundle doesn't interfere with WordPress admin functionality, but I will take a look asap

FranckPiazza commented 3 years ago

I have another twig render pb withe the $context post,

I have add social block in éditor :

The render in the source look like this :

Capture d’écran 2021-08-05 à 11 43 47

I have add in app.js

But its still not working, when in dd(the_content()); in the page controler the source is ok but not with the context in the twig.

I have something to do ?

Regards

jerome-barbato commented 3 years ago

Hi @FranckPiazza I have pushed a fix for that, could you tell me if it's ok for you now ? In fact post.content was not filtered using apply_filters( 'the_content', $content ); that was the issue