Issue #3490687 by grimreaper: WIP: Layout Builder: stylize main form/page
Merged
requested to merge issue/ui_suite_bootstrap-3490687:3490687-layout-builder-stylize into 5.1.x
1 unresolved thread
Closes #3490687
Merge request reports
Activity
added 1 commit
added 1 commit
added 1 commit
added 1 commit
107 99 * The form ID. 108 100 * 109 101 * @return bool 110 * True for gin form. 102 * True for offcanvas form. 111 103 * 112 104 * @see gin_lb_is_layout_builder_form_id() 113 105 */ 114 protected function isLayoutBuilderForm(array &$form, string $form_id): bool { 106 protected function isOffcanvasForm(array &$form, string $form_id): bool { 115 107 $form_ids = [ 116 'editor_image_dialog', 117 'form-autocomplete', 108 // 'editor_image_dialog', changed this line in version 6 of the diff
added 1 commit
Please register or sign in to reply