Double WYSIWYG Fields

Support MB Blocks Double WYSIWYG Fields

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #45908
    Michele SchembriMichele Schembri
    Participant

    I have some custom gutenberg blocks with mb-blocks, and they are being declared like below:

    
            'fields'          => [
                [
                    'type' => 'wysiwyg',
                    'id'   => 'title',
                    'name' => 'Title',
                ],
                [
                    'type' => 'wysiwyg',
                    'id'   => 'text',
                    'name' => 'Text',
                ],
    ]

    However it seems that on the frontend I'm getting 'double' the WYSIWYG. It's quite weird and I cannot figure why this is happening, as it happens only on page load. If I click out of the block, and then click back in, it's ok and not double.

    Anyone ever encountered this before?

    Example: https://ibb.co/CVDgj7M

    #45913
    PeterPeter
    Moderator

    Hello Michele,

    Can you share a screen record of the issue on your site? I test to create a block with the same WYSIWYG fields but don't see that. Here is the screenshot of the block setting in the admin area
    https://imgur.com/dQA5Vyx

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.