@goodgamestudios/cxf-webshop
This is the main CXF plugin for lemonstand(IGS) and the entry point
how-to
enable DEBUG messages
Debug messages are implemented via Debug lib
To enable CXF-WEBSHOP debug messages just run in a browser console
localStorage.debug = 'CXF-WEBSHOP:*'
customize config-goodgamestudios
This allows developers to publish their own version of the config and use it on-the-fly with existing clients.
Just append the configGGS
parameter, specifying the version you published.
E.g., having published a config-goodgamestudios@green-eggs
version, the
parameter in the client URL would be configGGS=green-eggs
.