How to limit a navigation route to a specific game egg / type
Hi! Completely new to blueprint, I was reading the documentation before getting started but did not see an indication of how this could be adapted to make an extension that only applies for a specific game, could I have some guidance as to which piece of documentation I should read in that regard?
13 Replies
Blueprint allows administrators to configure which extensions show on which eggs.
Ooh interesting, where would that be declared?
/ Is it necessary to specify it in the code?
This can be configured per extension by clicking the top-right setting button on the extension's admin page.
Nope, not at all, it just works.
Wonderful news
What is the default behaviour? Show on all / hide on all?
Show on all
Got it, thank you
Final question, is it possible to use tailwindcss within the react to style the window?
Yup
Should just work within components.
It is frowned upon?
Nope
/ Is it possible to make it into a dependency of the extension itself so that the actual pterodactyl does not require modifications?
Or how would actual usage of tailwind work
Pterodactyl uses tailwild, so you can use it in your own components as well.
oh that's convenient alright perfect that was it, cheers!
Cheers!