Skip to content

Commit

Permalink
Add: isRTL setting to the widget screen. (#18545)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefilipecosta authored Nov 15, 2019
1 parent 2e42f8c commit 58e8c9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/widgets-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ function gutenberg_widgets_init( $hook ) {
'disableCustomColors' => get_theme_support( 'disable-custom-colors' ),
'disableCustomFontSizes' => get_theme_support( 'disable-custom-font-sizes' ),
'imageSizes' => $available_image_sizes,
'isRTL' => is_rtl(),
'maxUploadFileSize' => $max_upload_size,
),
gutenberg_get_legacy_widget_settings()
Expand Down

0 comments on commit 58e8c9e

Please sign in to comment.