This content has been marked as final.
Show 2 replies
-
Re: Help with getting app to load in place actions menu
Scott A Johnson Nov 23, 2015 10:39 AM (in response to ericjorg)Hi Eric,
I believe the path you're using may not be correct.
The path:
path="jive/actions/content/*"
will add this action to the content view pages (for all content types), not to place pages.
To add the action to the place menu (for all places), you'd want to use:
path="jive/actions/places/*"
Hope this helps,
Scott
-
Re: Help with getting app to load in place actions menu
ericjorg Nov 23, 2015 4:03 PM (in response to Scott A Johnson)Absolutely right. Thank you for the catch!
-