πŸ‡ΊπŸ‡ΈUnited States @jim.shreds

Account created on 6 September 2008, about 16 years ago
#

Recent comments

πŸ‡ΊπŸ‡ΈUnited States jim.shreds

No cacheing enabled.
Previewing image after focal point change did nothing and flushing cache also does nothing.

πŸ‡ΊπŸ‡ΈUnited States jim.shreds

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?

πŸ‡ΊπŸ‡ΈUnited States jim.shreds

Seeing this in 9.5.7 as well.

πŸ‡ΊπŸ‡ΈUnited States jim.shreds

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',
],
]
];
}

πŸ‡ΊπŸ‡ΈUnited States jim.shreds

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)

Production build 0.71.5 2024