@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:
Haifeng Li 2026-03-24 06:54:08 -07:00 committed by GitHub
parent 2e1cdf8131
commit 18e9c24e21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
11 changed files with 52 additions and 39 deletions

View File

@ -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
}
}
},

View File

@ -0,0 +1,5 @@
{
"apiName": "rentalApp",
"type": "experience__camaECDefinition",
"path": "rentalApp"
}

View File

@ -0,0 +1,6 @@
{
"type": "experience__camaECDefinition",
"title": "CAMA EC Definition",
"contentBody": {},
"urlName": "cama-ec-definition"
}

View File

@ -1,5 +0,0 @@
{
"apiName": "calendar",
"type": "experience__camaScreen",
"path": "calendar"
}

View File

@ -0,0 +1,5 @@
{
"apiName": "calendarScreen",
"type": "experience__camaScreen",
"path": "calendarScreen"
}

View File

@ -19,8 +19,8 @@
}
},
"target": "native__calendar",
"apiName": "calendar",
"id": "calendar-home-001"
"apiName": "calendarScreen",
"id": "calendar-001"
},
"urlName": "calendar"
"urlName": "calendar-screen"
}

View File

@ -1,5 +0,0 @@
{
"apiName": "home",
"type": "experience__camaScreen",
"path": "home"
}

View File

@ -0,0 +1,5 @@
{
"apiName": "homeScreen",
"type": "experience__camaScreen",
"path": "homeScreen"
}

View File

@ -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"
}

View File

@ -1,5 +1,5 @@
{
"apiName" : "languages",
"type" : "sfdc_cms__languageSettings",
"path" : "_settings"
}
"apiName": "languages",
"type": "sfdc_cms__languageSettings",
"path": "_settings"
}

View File

@ -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"
}