[
https://issues.apache.org/jira/browse/CB-10760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15179010#comment-15179010
]
ASF GitHub Bot commented on CB-10760:
-------------------------------------
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
> config.xml reference does not document plugin element
> -----------------------------------------------------
>
> Key: CB-10760
> URL: https://issues.apache.org/jira/browse/CB-10760
> Project: Apache Cordova
> Issue Type: Bug
> Components: Docs
> Reporter: Richard B Knoll
> Assignee: Omar Mefire
> Labels: Docs-6.x, triaged
>
> The example config.xml on the bottom of the page actually uses this tag, but
> I also believe the example is incorrect. The {{version}} attribute should be
> {{spec}}. See
> http://cordova.apache.org/docs/en/dev/config_ref/index.html#sample-config-xml
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]