No cacheing enabled.
Previewing image after focal point change did nothing and flushing cache also does nothing.
I have around 21k aliases and when bulk "Regenerate URL aliases for all paths" I get a successful status message of between 57 and 162 alias generated. is there a way to see what has been updated?
Seeing this in 9.5.7 as well.
workaround for me:
in your theme directory theme file:
"offCanvas" => [
"position"=> "right",
]
is what you are looking to add.
themename.theme
themename_preprocess_page(&$variables) {
$variables['#attached']['drupalSettings']['responsive_menu']['custom'] = [
'options' => [
'navbar' => [
'add' => TRUE,
'title' => 'This is a test',
],
"offCanvas" => [
"position"=> "right",
]
],
'config' => [
'classNames' => [
'selected' => 'my-custom-menu--active-trail',
],
]
];
}
Running into this on a fresh 9.5.3 install while running upgrade_d7_block import within the --tag=Configuration and --execute-dependencies workflow.
error now on line 113
Error: Call to a member function getLabel() on null in /app/web/core/modules/layout_builder/src/Plugin/Derivative/FieldBlockDeriver.php on line 113 #0 /app/web/core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php(101): Drupal\layout_builder\Plugin\Derivative\FieldBlockDeriver->getDerivativeDefinitions(Array)