When using the following stack:
"drupal/core": "8.3.1",
"drupal/bootstrap": "3.3",
"drupal/bootstrap_layouts": "5.x-dev",
"drupal/page_manager": "4.0-beta1",
Nor "layout" nor "settings" are found in _bootstrap_layouts_preprocess_layout(). This is due to the fact that both those array keys are to be found under $variables['content'].
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | bootstrap_layouts-2872583.patch | 891 bytes | ademarco |
Comments
Comment #2
ademarco commentedComment #3
markhalliwellI was running into this as well. The problem is that template_preprocess_layout() isn't being invoked to provide these variables.
This is likely a dup of the related issues as one or both of these fix this issue because after running through this, I stopped getting this error.
Comment #4
markhalliwellActually, this is likely the real core bug.