bsrafael - I have a singleton (homepage) and I'...
# ❓questions
b
I have a singleton (homepage) and I'm trying to set up a child module (customers). I've followed the steps from the docs, but it just doesn't seem to be available anywhere in the admin 😄 is there any limitation regarding singleton and child modules?
i
Hi @bsrafael child modules are linked from the index view, which singleton do not have. they can also be linked from breadcrumbs though. I'm curious why customers would be a child module of your homepage though
b
hmm, I see, thanks for sharing. My customers part is pretty simple, a customer is just an image and an optional link to an article (media & browser). Ideally I'd make it available in the same admin page as the rest of the homepage stuff. Tried setting up with a repeater, no luck. Child module was my last hope before creating a regular module for customers 😄
i
Repeater should work, what was your issue?