We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gutenberg has an upcoming block_width global that child themes will need to override.
Example:
$GLOBALS['block_width'] = array( 'default' => 640, 'wide' => 800, 'full' => 1024, );
Or the proposal in this comment:
set_block_width( array ( 'default' => 600, 'wide' => 780, 'full' => 1024, ) );
I'm opening this to track the progress of this feature so we can add the relevant function call/global override once it's merged in WP core/Gutenberg.
For reference:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Gutenberg has an upcoming block_width global that child themes will need to override.
Example:
Or the proposal in this comment:
I'm opening this to track the progress of this feature so we can add the relevant function call/global override once it's merged in WP core/Gutenberg.
For reference:
The text was updated successfully, but these errors were encountered: