Make layout more compact
This commit is contained in:
@@ -89,7 +89,7 @@ class ArchiveTreeBlock extends BlockBase {
|
||||
}
|
||||
|
||||
return [
|
||||
'#markup' => $output,
|
||||
'#markup' => '<div class="archive-tree-block">' . $output . '</div>',
|
||||
'#allowed_tags' => ['details', 'summary', 'a', 'div'],
|
||||
'#attached' => [
|
||||
'library' => [
|
||||
|
||||
Reference in New Issue
Block a user