You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mw...@apache.org on 2013/09/13 20:11:00 UTC

[16/17] docs commit: keep hidden WebOS content in for now to better track it

keep hidden WebOS content in for now to better track it


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/0a8fd70b
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/0a8fd70b
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/0a8fd70b

Branch: refs/heads/master
Commit: 0a8fd70b11a3544e2b34edb70773aea519889960
Parents: 8ab082c
Author: Mike Sierra <ms...@adobe.com>
Authored: Fri Sep 13 12:23:47 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Fri Sep 13 11:10:32 2013 -0700

----------------------------------------------------------------------
 docs/en/edge/config_ref/index.md | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/0a8fd70b/docs/en/edge/config_ref/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/config_ref/index.md b/docs/en/edge/config_ref/index.md
index c85c065..2e89ffa 100644
--- a/docs/en/edge/config_ref/index.md
+++ b/docs/en/edge/config_ref/index.md
@@ -376,4 +376,12 @@ At present, to include a plugin, you will to ensure:
 More details, including a list of available plugins, are in our
 [plugins documentation](/docs/plugins).
 
+ #### WebOS 
+
+WebOS supports a default icon and a mini icon which can be used for
+notifications.
+
+        <icon src="icons/webos/icon.png" gap:platform="webos" />
+        <icon src="icons/webos/miniicon.png" gap:platform="webos" gap:role="mini" />
+
 -->