Skip to content

Commit

Permalink
#636: Responsive breakpoint switcher
Browse files Browse the repository at this point in the history
- fix static tests
  • Loading branch information
omiroshnichenko committed Oct 19, 2020
1 parent ef2612b commit b358ffa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class GridSize extends UiField
*
* @param ContextInterface $context
* @param UiComponentFactory $uiComponentFactory
* @param ScopeConfigInterface $scopeConfig
* @param array $components
* @param array $data
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ private function getXmlFiles(): array
'pagebuilder_map_location_form.xml' => '',
'pagebuilder_banner_form.xml' => 'pagebuilder_base_form_with_background_video',
'pagebuilder_column_form.xml' => 'pagebuilder_base_form_with_background_attributes',
'pagebuilder_column_group_form.xml' => 'pagebuilder_base_form_with_background_attributes',
'pagebuilder_tab_item_form.xml' => 'pagebuilder_base_form_with_background_attributes',
'pagebuilder_base_form_with_background_video.xml' => 'pagebuilder_base_form_with_background_attributes',
'pagebuilder_row_form.xml' => 'pagebuilder_base_form_with_background_video',
Expand Down

0 comments on commit b358ffa

Please sign in to comment.