Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Applications - how to make them visible in dashboard
yoda
New
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)