Issue #3305870: Not rendering correctly in Layout builder preview
1 unresolved thread
Closes #3305870
I wasn't totally sure if this should be added as a configuration option, but since not all sites use layout builder I thought that might make the most sense. Happy to adjust if you think it would be fine without the extra config.
Merge request reports
Activity
875 875 } 876 876 } 877 877 878 // Check to see if the path is a layout builder preview, if it is, set the 879 // path to the entity's url instead. 880 if ($this->moduleHandler->moduleExists('layout_builder') && $this->config->get(EasyBreadcrumbConstants::LAYOUT_BUILDER)) { I wasn't able to find a better way to check if this is a layout builder page, feels like there might be a more succinct way.
Edited by Andy Price
added 5 commits
-
d12bafa3...f1d30e62 - 4 commits from branch
project:2.x
- b2a96890 - Issue #3305870: Not rendering correctly in Layout builder preview
-
d12bafa3...f1d30e62 - 4 commits from branch
added 47 commits
-
b4e24303...17a06632 - 46 commits from branch
project:2.x
- a9f6ddad - Merge remote-tracking branch 'origin/2.x' into...
-
b4e24303...17a06632 - 46 commits from branch
added 1 commit
- fdf560dd - Replace \Drupal::routeMatch()->getParameters()
Please register or sign in to reply