Skip to content

Commit

Permalink
Edit Site: Allow wide alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed Jun 28, 2020
1 parent 969d26f commit 1a5dbb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/edit-site-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ function gutenberg_edit_site_init( $hook ) {
}

$settings = array(
'alignWide' => get_theme_support( 'align-wide' ),
'disableCustomColors' => get_theme_support( 'disable-custom-colors' ),
'disableCustomFontSizes' => get_theme_support( 'disable-custom-font-sizes' ),
'imageSizes' => $available_image_sizes,
Expand Down

0 comments on commit 1a5dbb4

Please sign in to comment.