From f3cecb6e79d7fcac14535108c06cb5a922159d78 Mon Sep 17 00:00:00 2001 From: Jose Dapena Paz Date: Fri, 29 Jul 2022 18:56:30 +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 Change-Id: Idcd4b25ca4e0cbd608b5b7610f6fd971ca7034d9 Signed-off-by: Jose Dapena Paz --- src/appinfo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/appinfo.json b/src/appinfo.json index a34542a..294106c 100644 --- a/src/appinfo.json +++ b/src/appinfo.json @@ -9,7 +9,7 @@ "uiRevision": "2", "icon": "icon.svg", "surface": { - "role": "panel", + "type": "panel", "panel_edge": "left", "width": "218" }, -- cgit 1.2.3-korg