I'm using Grav 1.7rc running on a docker container, with the default Quark theme.
I have 3 modular pages on root with each one having a Hero element. Something like this:
.
├── 01.home
│ ├── modular.md
│ └── _banner
│ ├── hero.md
│ └── man-holding-remote-control-1040160.jpg
├── 02.home-2
│ ├── modular.md
│ └── _banner
│ ├── hero.md
│ └── man-holding-remote-control-1040160.jpg
└── 03.home-3
├── modular.md
└── _banner
├── hero.md
└── man-holding-remote-control-1040160.jpg
The problem is that there is no menu entry for any of them, since I make the hero sub-modules invisible.
What am I missing guys? The Default pages get menu entries just fine but my guess is that due to the nature of the Modular pages I'm missing something in my workflow.
Any assistance or guidance to the right tutorial/video/documentation page would be appreciated.
Thank you in advance