- Issue created by @Gรกbor Hojtsy
- ๐บ๐ธUnited States mherchel Gainesville, FL, USThis is likely related to ๐ฑ [meta] Themes improperly check renderable arrays when determining visibility Needs work . I wonder if within region--sidebar.html.twig, if we change the{% if content %}to {% if content.0 %}, if that'd be a good enough fix. It seems to solve the problem on my local.
- First commit to issue fork.
- ๐ฎ๐ณIndia gauravvvv Delhi, IndiaIf we change {% if content %}to{% if content.0 %}then it doesn't display the aside region even if we add any block in aside region.
- ๐ฎ๐ณIndia gauravvvv Delhi, IndiaAlso, I printed the length of content in sidebar having Book navigation menu, {{ content|length }}and the output is 215. It seems to be an issue with the block itself.
- ๐ญ๐บHungary Gรกbor Hojtsy HungaryMaybe its the book navigation block only. It adds the olivero book library (got it, library, haha?!) even if there was no content in the block.