mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-07-30 03:09:50 +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",
|
||||
"label": "Home",
|
||||
"icon": "house.fill",
|
||||
"screen": "homeScreen"
|
||||
"screenAPIName": "homeScreen"
|
||||
},
|
||||
{
|
||||
"id": "tenants",
|
||||
"label": "Tenants",
|
||||
"icon": "person.2.fill",
|
||||
"screen": "tenantsScreen"
|
||||
"screenAPIName": "tenantsScreen"
|
||||
},
|
||||
{
|
||||
"id": "properties",
|
||||
"label": "Properties",
|
||||
"icon": "building.2.fill",
|
||||
"screen": "propertiesScreen"
|
||||
"screenAPIName": "propertiesScreen"
|
||||
}
|
||||
],
|
||||
"toolbarActions": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user