the-seo-framework icon indicating copy to clipboard operation
the-seo-framework copied to clipboard

Merge SEO panel in Gutenberg

Open sybrew opened this issue 6 years ago • 5 comments

Previous: #235

We want to merge all SEO settings in the Gutenberg sidebar while maintaining legacy "classic editor" meta box support.

sybrew avatar Nov 28 '18 08:11 sybrew

The Seo Framework is not showing for me on 5.0.2 RC2

andremacola avatar Dec 19 '18 03:12 andremacola

Ok, apparently there is a bug with theseoframework and acf 5.8.0 beta3 when ACF uses a combination of certain fields.

andremacola avatar Dec 19 '18 03:12 andremacola

@andremacola this issue has nothing to do with a bug, nor with ACF. Could you open a new issue, and explain what's happening?

sybrew avatar Dec 19 '18 05:12 sybrew

Hey @sybrew,

Nice work on the Gutenberg integration, I see it is now possible to drag the whole TSF Metabox into the sidebar.

I was wondering if it is possible to make the sidebar location the default one and disable the possibility to drag the Metabox back under the post content?

This functionality would be much appreciated from my side.

fabrikatdigital avatar Feb 16 '20 11:02 fabrikatdigital

Hello @dnnsjsk!

You can use this filter, which will enable it for all users (who haven't dragged the metabox around before):

add_filter( 'the_seo_framework_metabox_context', function( $context ) { return 'side'; } );

I'm still looking into implementing the box in the sidebar as a default. For now, I believe it's much too narrow to enforce this behavior for everyone.

sybrew avatar Feb 16 '20 12:02 sybrew