Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-docs/pull/536#discussion_r54972830 --- Diff: www/docs/en/dev/config_ref/index.md --- @@ -199,6 +199,18 @@ platform. See [Customize icons topic](images.html) for more information. Examples: <engine name="android" spec="^4.0.0" /> + +## plugin + Specifies what plugin to restore during a prepare. For more details, see the [Platforms & Plugins Version Management](../platform_plugin_versioning_ref/index.html#plugin-versioning). + + Attributes(type) | Description + ----------------- | ------------ + name(string) | *Required* <br/> Name of the plugin to be restored + spec(string) | *Required* <br/> Version of the plugin to be restored --- End diff -- Spec is not the `version` - correct? I describe it in detail here: https://cordova.apache.org/docs/en/dev/cordova-cli/index.html#plugin-spec
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org