palasthotel / flexwall

0 stars 0 forks source link

Gutenberg: FlexWall Block #1

Open EdwardBock opened 2 years ago

EdwardBock commented 2 years ago

We already have a mechanism in the classic editor which will stop the content rendering after a specific word count. For gutenberg we want to have a stopper block that marks the position when the flexwall should stop content rendering and instead render the login template.

EdwardBock commented 2 years ago

Hi @philipreichert

the job is yours! :)

philipreichert commented 1 year ago

Hi @EdwardBock

I have now implemented the Gutenberg Block Support. I also noticed a bug that I solved directly. I wanted to reactivate the wall in the Classic Editor after deactivating it. But that did not work. Now it works 😁

What is your opinion regarding my implementation?

EdwardBock commented 1 year ago

Hi @philipreichert

thanks! I've created a pull request #2 and will have a look in it at the end of the week.

EdwardBock commented 1 year ago

@philipreichert You code looks very promising. I've added a review. Should we have a short call in early january about this?