Use plugin config to create navigation structure #144
-
return [
"structure" => [
'Layouts' => [
'DividerGonzo' => new \BAUKASTEN\_components\divider\DividerGonzo(),
],
'Components' => [
'cardNewsGonzo' => new \BAUKASTEN\_components\card\cardNewsGonzo(),
'footerGonzo' => new \BAUKASTEN\_components\footer\footerGonzo(),
'imagesGonzo' => new \BAUKASTEN\_components\gallery\imagesGonzo(),
],
'Views' => [
'DividerGonzo' => new \BAUKASTEN\_components\divider\DividerGonzo(),
],
],
]; Can we do this in a similar way? @martinherweg |
Beta Was this translation helpful? Give feedback.
Answered by
martinherweg
Nov 24, 2022
Replies: 2 comments 1 reply
-
@davidhellmann So the Sidebar structure would be defined by this rather then the real structure as on the disk? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Done in #158 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
martinherweg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Done in #158