You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2017/09/09 10:05:14 UTC

docs commit: CB-10916 - Add documentation about display name

Repository: cordova-docs
Updated Branches:
  refs/heads/master bee54153c -> a6dd5c394


CB-10916 - Add documentation about display name

 This closes #709


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

Branch: refs/heads/master
Commit: a6dd5c3948d9bff310908c340fb2158038a56e09
Parents: bee5415
Author: Darryl Pogue <da...@dpogue.ca>
Authored: Sat Jun 10 17:44:28 2017 -0700
Committer: Shazron Abdullah <sh...@gmail.com>
Committed: Sat Sep 9 18:04:59 2017 +0800

----------------------------------------------------------------------
 www/docs/en/dev/config_ref/index.md | 11 +++++++++++
 1 file changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/a6dd5c39/www/docs/en/dev/config_ref/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/dev/config_ref/index.md b/www/docs/en/dev/config_ref/index.md
index c854b05..b42972e 100644
--- a/www/docs/en/dev/config_ref/index.md
+++ b/www/docs/en/dev/config_ref/index.md
@@ -105,6 +105,17 @@ Examples:
 </widget>
 ```
 
+### short name
+Specifies an optional display name for the app. Sometimes the app name should be displayed differently on device's home screen than on informational and app-store interfaces due to limited space.
+
+Examples:
+
+```xml
+<widget ...>
+   <name short="HiCdv">HelloCordova</name>
+</widget>
+```
+
 ## description
 Specifies metadata that may appear within app-store listings.
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org