how to disable a resource?

I need to not display or disable a resource without having to remove it for later use.
2 Replies
digitalmcgrath
digitalmcgrath2mo ago
To hide a resource, add protected static bool $shouldRegisterNavigation = false; to your resource file.
DubanDev
DubanDevOP2mo ago
Thank you

Did you find this page helpful?