mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-09 00:42:46 +08:00
W-21164311: rename screen to screenAPIName in sample app metadata (#64)
chore: rename screen to screenAPIName in sample app metadata Align sample app metadata with cama-app-metadata schema change (PR #14). The screen key in tabs is now screenAPIName, reflecting that screen metadata is delivered by the Delivery API using unique identifiers.
This commit is contained in:
parent
3ae2d18d7f
commit
c3ebc04836
@ -12,19 +12,19 @@
|
|||||||
"id": "home",
|
"id": "home",
|
||||||
"label": "Home",
|
"label": "Home",
|
||||||
"icon": "house.fill",
|
"icon": "house.fill",
|
||||||
"screen": "homeScreen"
|
"screenAPIName": "homeScreen"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "tenants",
|
"id": "tenants",
|
||||||
"label": "Tenants",
|
"label": "Tenants",
|
||||||
"icon": "person.2.fill",
|
"icon": "person.2.fill",
|
||||||
"screen": "tenantsScreen"
|
"screenAPIName": "tenantsScreen"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "properties",
|
"id": "properties",
|
||||||
"label": "Properties",
|
"label": "Properties",
|
||||||
"icon": "building.2.fill",
|
"icon": "building.2.fill",
|
||||||
"screen": "propertiesScreen"
|
"screenAPIName": "propertiesScreen"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"toolbarActions": {
|
"toolbarActions": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user