Bug today…
-
Something strange has been happening for a few days … it is no longer possible to put images in the slider unless I deactivate the authorized blocks in my mu-plugin.
My code:add_filter( 'allowed_block_types', 'fbk_allowed_block_types', 10, 2 ); function fbk_allowed_block_types( $allowed_blocks, $post ) { $allowed_blocks = array( 'core/latest-posts', 'core/block', 'core/embed', 'core/buttons', 'core/button', 'core/image', 'core/paragraph', 'core/heading', 'core/columns', 'core/column', 'core/separator', 'core/spacer', 'core/cover', 'core/gallery', 'core/group', 'core/list', 'core/media-text', 'core/navigation', 'core/navigation-link', 'core/nextpage', 'blockgallery/masonry', 'blockgallery/stacked', 'eedee/block-gutenslider' ); return $allowed_blocks; }
thank you for your comeback
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Bug today…’ is closed to new replies.