Hi, I am using the gutenberg editor to edit our posts. I am also using a post form to edit the post content. Unfortunately there seems to be a conflict between the gutenberg editor and the tiny mce editor which is used in the post form. When editing a post through the gutenberg editor something like this is added to content: <!-- wp:paragraph --> This is normal behaviour in gutenberg editor and not visible in the gutenberg editor itsself. I now edited this post through the post form. After that all paragraphs and line breakes are removed/disregarded. I found out that in the post form you can switch to a text mode. There I could see the mentioned gutenberg comments. To get it to work I had to remove all the comments. Then everything works fine. For sure this can't be done in the visual mode. So is there a trick to get this done?
Hello. Thank you for contacting the Toolset support.
Yes - what you shared is true.
But in order to make things compatible while editing the post on both sides (admin and frontend) - you will have to use the classic editor instead of Gutenberg editor.
You will have a option for your post type how you want to edit your post in backend. You should navigate to:
=> Toolset => Post Types => Edit your desired post type and on edit post type screen you will see the "Editor" settings and you can chose "Classic".
Hi Minesh, thank you for your reply. We'll do so. Do you see any chance that the block editor and the toolset post forms will be compatible in the future?