From aa7e2a81e91ed076c0bc9ba07db5aee0f34668df Mon Sep 17 00:00:00 2001 From: Jose Dapena Paz Date: Fri, 29 Jul 2022 18:59:19 +0200 Subject: Rename surface/role in appinfo.json to surface/type. Give consistency to the naming coming from AGL, so the field WAM uses now to know the surface type is surface/type instead of surface/role. Bug-AGL: SPEC-4252 Signed-off-by: Jose Dapena Paz Change-Id: I1b9c40e2acf672822e8428648c212d59edefee1a --- src/appinfo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/appinfo.json b/src/appinfo.json index dbd41bd..0d62023 100644 --- a/src/appinfo.json +++ b/src/appinfo.json @@ -9,6 +9,6 @@ "uiRevision": "2", "icon": "icon.svg", "surface": { - "role": "background" + "type": "background" } } -- cgit 1.2.3-korg