This is an automated email from the ASF dual-hosted git repository.
normanbreau pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git
The following commit(s) were added to refs/heads/master by this push:
new 8c369e3 Fixes https://github.com/apache/cordova-docs/issues/1120 -
the density is required. (#1137)
8c369e3 is described below
commit 8c369e3b6767c1650aa9997d2352a4dfb79b2b1c
Author: Pieter Van Poyer <[email protected]>
AuthorDate: Tue Nov 10 19:22:50 2020 +0100
Fixes https://github.com/apache/cordova-docs/issues/1120 - the density is
required. (#1137)
- fixed in 9.x\config_ref
- fixed in dev\config_ref
---
www/docs/en/9.x/config_ref/images.md | 4 ++--
www/docs/en/dev/config_ref/images.md | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/www/docs/en/9.x/config_ref/images.md
b/www/docs/en/9.x/config_ref/images.md
index 73f711b..e97067c 100644
--- a/www/docs/en/9.x/config_ref/images.md
+++ b/www/docs/en/9.x/config_ref/images.md
@@ -60,7 +60,7 @@ Attributes | Description
--------------|--------------------------------------------------------------------------------
background | *Required for Adaptive* <br/> Location of the image (png or
vector) relative to your project directory, or color reference
foreground | *Required for Adaptive* <br/> Location of the image (png or
vector) relative to your project directory, or color reference
-density | *Optional* <br/> Specified icon density
+density | *Required* <br/> Specified icon density
### Adaptive Icons
@@ -293,4 +293,4 @@ If you want to support displays with different DPI
densities at the same time, y
<icon src="res/electron/[email protected]" />
<icon src="res/electron/[email protected]" target="installer" />
</platform>
-```
\ No newline at end of file
+```
diff --git a/www/docs/en/dev/config_ref/images.md
b/www/docs/en/dev/config_ref/images.md
index 545219c..6999bf0 100644
--- a/www/docs/en/dev/config_ref/images.md
+++ b/www/docs/en/dev/config_ref/images.md
@@ -60,7 +60,7 @@ Attributes | Description
--------------|--------------------------------------------------------------------------------
background | *Required for Adaptive* <br/> Location of the image (png or
vector) relative to your project directory, or color reference
foreground | *Required for Adaptive* <br/> Location of the image (png or
vector) relative to your project directory, or color reference
-density | *Optional* <br/> Specified icon density
+density | *Required* <br/> Specified icon density
### Adaptive Icons
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]