Commit 0a065fb5 authored by abu zakham's avatar abu zakham Committed by Rajab Natshah
Browse files

Issue #3266114 by abu-zakham: Fix warnings as a follow up issue after added...

Issue #3266114 by abu-zakham: Fix warnings as a follow up issue after added Container wrapper ID field to the advanced section settings tab
parent bb41ed77
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -659,4 +659,15 @@ class VarbaseLayoutBuilderBootstrapLayout extends BootstrapLayout {

  }

  /**
   * {@inheritdoc}
   */
  public function defaultConfiguration() {
    $default_configuration = parent::defaultConfiguration();

    return $default_configuration + [
      'container_wrapper_id' => '',
    ];
  }

}