mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-07-30 03:09:50 +08:00
@W-21672186: Update rentalApp metadata to latest version (#96)
* @W-21672186@ Update rentalApp metadata to latest version Replace rentalApp digital experience folder with latest version: - Rename app from Homestead to RentalApp - Update login URL to use HTTPS - Replace home screen with new homeScreen - Add experience container definition - Reformat language settings * @W-21672186@ Fix radiusBorderCircle type from string to number * @W-21672186@ Sync rentalApp screens with source of truth - Rename calendar screen to calendarScreen - Update homeScreen target and id to match source
This commit is contained in:
parent
2e1cdf8131
commit
18e9c24e21
@ -3,22 +3,22 @@
|
||||
"title": "App Metadata",
|
||||
"contentBody": {
|
||||
"version": "1.0.0",
|
||||
"name": "Homestead",
|
||||
"name": "RentalApp",
|
||||
"description": "Mobile application for managing property rentals, tenant information, lease agreements, and maintenance requests.",
|
||||
"url": "http://login.test1.pc-rnd.salesforce.com/",
|
||||
"url": "https://login.test1.pc-rnd.salesforce.com",
|
||||
"templateID": "1",
|
||||
"tabs": [
|
||||
{
|
||||
"id": "home",
|
||||
"label": "Home",
|
||||
"icon": "house.fill",
|
||||
"screenAPIName": "uem_homesteadHome"
|
||||
"screenAPIName": "homeScreen"
|
||||
},
|
||||
{
|
||||
"id": "calendar",
|
||||
"label": "Calendar",
|
||||
"icon": "calendar",
|
||||
"screenAPIName": "calendar"
|
||||
"screenAPIName": "calendarScreen"
|
||||
}
|
||||
],
|
||||
"toolbarActions": {
|
||||
@ -36,7 +36,7 @@
|
||||
"onSurface3": "#747474"
|
||||
},
|
||||
"cornerRadius": {
|
||||
"radiusBorderCircle": "12"
|
||||
"radiusBorderCircle": 12
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@ -0,0 +1,5 @@
|
||||
{
|
||||
"apiName": "rentalApp",
|
||||
"type": "experience__camaECDefinition",
|
||||
"path": "rentalApp"
|
||||
}
|
||||
@ -0,0 +1,6 @@
|
||||
{
|
||||
"type": "experience__camaECDefinition",
|
||||
"title": "CAMA EC Definition",
|
||||
"contentBody": {},
|
||||
"urlName": "cama-ec-definition"
|
||||
}
|
||||
@ -1,5 +0,0 @@
|
||||
{
|
||||
"apiName": "calendar",
|
||||
"type": "experience__camaScreen",
|
||||
"path": "calendar"
|
||||
}
|
||||
@ -0,0 +1,5 @@
|
||||
{
|
||||
"apiName": "calendarScreen",
|
||||
"type": "experience__camaScreen",
|
||||
"path": "calendarScreen"
|
||||
}
|
||||
@ -19,8 +19,8 @@
|
||||
}
|
||||
},
|
||||
"target": "native__calendar",
|
||||
"apiName": "calendar",
|
||||
"id": "calendar-home-001"
|
||||
"apiName": "calendarScreen",
|
||||
"id": "calendar-001"
|
||||
},
|
||||
"urlName": "calendar"
|
||||
"urlName": "calendar-screen"
|
||||
}
|
||||
@ -1,5 +0,0 @@
|
||||
{
|
||||
"apiName": "home",
|
||||
"type": "experience__camaScreen",
|
||||
"path": "home"
|
||||
}
|
||||
@ -0,0 +1,5 @@
|
||||
{
|
||||
"apiName": "homeScreen",
|
||||
"type": "experience__camaScreen",
|
||||
"path": "homeScreen"
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "experience__camaScreen",
|
||||
"title": "Home",
|
||||
"title": "Home Screen",
|
||||
"contentBody": {
|
||||
"view": {
|
||||
"definition": "builder/screen",
|
||||
@ -734,9 +734,9 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"target": "native__homesteadHome",
|
||||
"apiName": "uem_homesteadHome",
|
||||
"id": "homestead-app-home"
|
||||
"target": "native__home",
|
||||
"apiName": "homeScreen",
|
||||
"id": "home-001"
|
||||
},
|
||||
"urlName": "home"
|
||||
"urlName": "home-screen"
|
||||
}
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"apiName" : "languages",
|
||||
"type" : "sfdc_cms__languageSettings",
|
||||
"path" : "_settings"
|
||||
}
|
||||
"apiName": "languages",
|
||||
"type": "sfdc_cms__languageSettings",
|
||||
"path": "_settings"
|
||||
}
|
||||
|
||||
@ -1,14 +1,16 @@
|
||||
{
|
||||
"type" : "sfdc_cms__languageSettings",
|
||||
"title" : "LanguageContent",
|
||||
"contentBody" : {
|
||||
"languages" : [ {
|
||||
"locale" : "en_US",
|
||||
"label" : "English (US)",
|
||||
"isActive" : true,
|
||||
"isAuthoringOnly" : false
|
||||
} ],
|
||||
"defaultLocale" : "en_US"
|
||||
"type": "sfdc_cms__languageSettings",
|
||||
"title": "LanguageContent",
|
||||
"contentBody": {
|
||||
"languages": [
|
||||
{
|
||||
"locale": "en_US",
|
||||
"label": "English (US)",
|
||||
"isActive": true,
|
||||
"isAuthoringOnly": false
|
||||
}
|
||||
],
|
||||
"defaultLocale": "en_US"
|
||||
},
|
||||
"urlName" : "languagecontent"
|
||||
}
|
||||
"urlName": "languagecontent"
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user