RE: Questions re: plugin variables

2014-11-13 Thread Horn, Julian C
...@gmail.com] Sent: Wednesday, November 12, 2014 6:38 PM To: dev@cordova.apache.org Subject: Re: Questions re: plugin variables I know it seems confusing, but the preference tag inside the config-file tag is just some xml insertion into the config.xml file that is specified, but is not related

Re: Questions re: plugin variables

2014-11-12 Thread Shazron
Subject: Re: Questions re: plugin variables If there is a reasonable question from a user, it should probably be added to the docs (assuming it's not already there). Leo, would you like to do a pull request? On Nov 5, 2014, at 8:24 PM, Mark Koudritsky kam...@google.com wrote: Variables

Re: Questions re: plugin variables

2014-11-07 Thread Marcel Kinard
If there is a reasonable question from a user, it should probably be added to the docs (assuming it's not already there). Leo, would you like to do a pull request? On Nov 5, 2014, at 8:24 PM, Mark Koudritsky kam...@google.com wrote: Variables should to be provided when adding the plugin E.g:

RE: Questions re: plugin variables

2014-11-07 Thread Horn, Julian C
@cordova.apache.org Subject: Re: Questions re: plugin variables If there is a reasonable question from a user, it should probably be added to the docs (assuming it's not already there). Leo, would you like to do a pull request? On Nov 5, 2014, at 8:24 PM, Mark Koudritsky kam...@google.com wrote

Re: Questions re: plugin variables

2014-11-05 Thread Mark Koudritsky
Variables should to be provided when adding the plugin E.g: cordova plugin add org.some.plugin --variable API_KEY=some_value Example of a plugin that uses variables: http://plugins.cordova.io/#/package/com.phonegap.plugins.facebookconnect Relevant places in the code in cordova-lib: Where