Github user fredgalvao commented on a diff in the pull request:
https://github.com/apache/cordova-docs/pull/696#discussion_r113359587
--- Diff: www/docs/en/dev/config_ref/index.md ---
@@ -470,6 +470,23 @@ Examples:
<hook type="after_plugin_install" src="scripts/afterPluginInstall.js" />
```
+## resource-file
+
+This tag installs resource files into your platform, and is similar to the
same tag in plugin.xml. This tag is currently only supported on
`[email protected]` or greater and `[email protected]` or greater.
+
+Attributes(type) <br/> <span class="sub-header">Only for platform:</span>
| Description
+---------------- | ------------
+src(string) <br/> ==iOS== ==Android==| *Required* <br/> Location of the
file relative to `plugin.xml`. If the src file can't be found, the CLI stops
and reverses the installation, issues a notification about the problem, and
exits with a non-zero code.
--- End diff --
The description consider the context to be of a plugin, which is
fortunately not the case anymore.
---
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]