Vanilla open source was terminated 1 January 2025 by Higher Logic. See this announcement for more information.
Applications - how to make them visible in dashboard

Hi,
Quick question: How do I make applications visible in dashboard with Garden? I followed the documentation but it didn't worked, probably it was for vanilla 1 only.
Quick question: How do I make applications visible in dashboard with Garden? I followed the documentation but it didn't worked, probably it was for vanilla 1 only.
0
Comments
Is that what you used?
You just need a /yourapplication/settings/about.php file, with the
ApplicationInfo['yourapplication'] = array
being unique.For an about.php, take the one from the skeleton dir.
Do not forget to remove that line :
'AllowEnable' => FALSE, // You can remove this when you create your own application (leaving it will make it so the application can't be enabled by Garden)