bsrafael - One of my configs should be availabl...
# ❓questions
b
One of my configs should be available in my app's navigation. How can I do this?
i
Hi @bsrafael what do you mean by "one of my configs" exactly?
b
wow you're fast, thanks in advance for your time ❤️ I have defined a settings group called "homepage", along with other settings This settings group is available in the default expected place. I want to add a link on my main navigation, to link directly to this particular settings group
this, basically

https://cdn.discordapp.com/attachments/1109534146965033001/1109536410677035130/Screen_Shot_2023-05-20_at_14.38.44.png

i
I see. I'm not on a computer to test right now but you can add a navigation link that points to a specific named route manually, but that would not highlight it correctly in the navigation when you're on that page. I'll look into it but the standard approach to do what you're looking for is to use a singleton module instead of settings.
b
hmm, thanks
I will take a look into singleton modules
i
a singleton module is exactly like a module but with a single record, so when added to the nav it goes directly to the form. Homepage and any other "hardcoded" landing pages are good candidates for singletons.
b
great! that's exactly what I was trying to do with this setting lol
thanks