Last active
January 11, 2019 17:42
-
-
Save sebduggan/7067196e0020a435c5c6 to your computer and use it in GitHub Desktop.
Mura FW/1 plugins displayObject config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<displayobjects location="global"> | |
<displayobject | |
name="Statistics" | |
component="includes.displayObjects" | |
displaymethod="dspStatistics" | |
persist="false" /> | |
</displayobjects> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public any function dspStatistics($) { | |
return getApplication().doAction("statistics:main.default"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment