Github user omefire commented on a diff in the pull request:
https://github.com/apache/cordova-docs/pull/496#discussion_r52779563
--- Diff: www/docs/en/dev/config_ref/index.md ---
@@ -320,8 +330,8 @@ platform. See [Icons and Splash Screens](images.html)
for more information.
Attributes(type) | Description
----------------- | ------------
- name(string) | *Required* <br/> Allowed values: android-package,
ios-package, onload. <br/> ==iOS== ==Android== <br/> 'ios-package' and
'android-package' are used to specify the name of the package (as specified by
the 'value' attribute) to be used to initialize the plugin code, while 'onload'
is used to specify whether the corresponding plugin (as specified in the
'value' attribute) is to be instantiated when the controller is initialized.
- value(string or boolean) | *Required* <br/> ==iOS== ==Android== <br/>
Specifies the name of the package to be used to initialize the plugin code
(when the 'name' attribute is android-package or ios-package), specifies the
name of the plugin to be loaded during controller initialization (when 'name'
attribute is set to 'onload').
+ name(string) | *Required* <br/> Allowed values: android-package,
ios-package, onload. <br/> ==iOS== ==OS X== ==Android== <br/> 'ios-package' and
'android-package' are used to specify the name of the package (as specified by
the 'value' attribute) to be used to initialize the plugin code, while 'onload'
is used to specify whether the corresponding plugin (as specified in the
'value' attribute) is to be instantiated when the controller is initialized.
--- End diff --
Missing: ```osx-package```:
https://github.com/apache/cordova-osx/blob/80c0c6fb970c26acaa3abf62200154a30dc634d0/CordovaLib/CordovaLib/Classes/Commands/CDVConfigParser.m#L77
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]