Skip to content
Snippets Groups Projects

Issue #3490687 by grimreaper: WIP: Layout Builder: stylize main form/page

Merged Issue #3490687 by grimreaper: WIP: Layout Builder: stylize main form/page
1 unresolved thread
1 unresolved thread

Closes #3490687

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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',
  • added 1 commit

    • ac2dd8d4 - Issue #3490687 by grimreaper: Layout Builder: stylize main form/page. Cleanup...

    Compare with previous version

  • Florent Torregrosa marked this merge request as ready

    marked this merge request as ready

  • added 1 commit

    Compare with previous version

  • Please register or sign in to reply
    Loading