RE: Questions re: plugin variables

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

Re: Questions re: plugin variables

2014-11-12 Thread Shazron
#x27;t figure > out what the intention is. > > Julian > > -Original Message- > From: Marcel Kinard [mailto:cmarc...@gmail.com] > Sent: Friday, November 07, 2014 9:42 AM > To: dev@cordova.apache.org > Subject: Re: Questions re: plugin variables > > If ther

RE: Questions re: plugin variables

2014-11-07 Thread Horn, Julian C
@gmail.com] Sent: Friday, November 07, 2014 9:42 AM To: dev@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 N

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 wrote: > Variables should to be provided when adding the plugin > E.g: > >cordova

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