There is a warning showing in the logs when using the layouts from the module:
Notice: Undefined index: modifiers in Drupal\layout_builder_base\Plugin\Layout\BaseLayoutBase->build()
There is a warning showing in the logs when using the layouts from the module:
Notice: Undefined index: modifiers in Drupal\layout_builder_base\Plugin\Layout\BaseLayoutBase->build()
Comments
Comment #3
phjouThis commit introduced a dependency on PHP 7 because of using the null coalescing operator.
Comment #4
phjou