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
To hide a resource, add protected static bool $shouldRegisterNavigation = false; to your resource file.
Duban
DubanOP2d ago
Thank you

Did you find this page helpful?