From da42e2995c00293af89c71fe5ba6e16cbb77e1b3 Mon Sep 17 00:00:00 2001 From: binxie <137736985@qq.com> Date: 星期五, 16 六月 2023 17:24:31 +0800 Subject: [PATCH] backup code --- force-app/main/default/experiences/Site3/views/home.json | 81 ++++++++++++++++++---------------------- 1 files changed, 37 insertions(+), 44 deletions(-) diff --git a/force-app/main/default/experiences/Site3/views/home.json b/force-app/main/default/experiences/Site3/views/home.json index f8ba033..48b86f8 100644 --- a/force-app/main/default/experiences/Site3/views/home.json +++ b/force-app/main/default/experiences/Site3/views/home.json @@ -1,45 +1,38 @@ { - "appPageId": "7f290f39-4245-4612-9453-2b0c9f9e3701", - "componentName": "siteforce:sldsOneColLayout", - "dataProviders": [], - "id": "e2e60370-e191-4f54-8b77-7da2fdc0c01f", - "label": "Home", - "regions": [ - { - "id": "497754d6-c23e-4ff5-baab-fe8d842e18fd", - "regionName": "header", - "type": "region" - }, - { - "id": "22e5790e-e557-47ce-be11-77ca9b9517bd", - "regionName": "content", - "type": "region" - }, - { - "id": "e0652978-bbe3-47ab-83f1-f659fcf2427a", - "regionName": "footer", - "type": "region" - }, - { - "components": [ - { - "componentAttributes": { - "customHeadTags": "", - "description": "", - "title": "Home" - }, - "componentName": "forceCommunity:seoAssistant", - "id": "b37194eb-0306-407c-9bba-88c9e30b2b42", - "renditionMap": {}, - "type": "component" - } - ], - "id": "bd9053b8-fc17-48bf-8ab2-f56e8071fb82", - "regionName": "sfdcHiddenRegion", - "type": "region" - } - ], - "themeLayoutType": "Inner", - "type": "view", - "viewType": "home" -} + "appPageId" : "7f290f39-4245-4612-9453-2b0c9f9e3701", + "componentName" : "siteforce:sldsOneColLayout", + "dataProviders" : [ ], + "id" : "e2e60370-e191-4f54-8b77-7da2fdc0c01f", + "label" : "Home", + "regions" : [ { + "id" : "497754d6-c23e-4ff5-baab-fe8d842e18fd", + "regionName" : "header", + "type" : "region" + }, { + "id" : "22e5790e-e557-47ce-be11-77ca9b9517bd", + "regionName" : "content", + "type" : "region" + }, { + "id" : "e0652978-bbe3-47ab-83f1-f659fcf2427a", + "regionName" : "footer", + "type" : "region" + }, { + "components" : [ { + "componentAttributes" : { + "customHeadTags" : "", + "description" : "", + "title" : "Home" + }, + "componentName" : "forceCommunity:seoAssistant", + "id" : "b37194eb-0306-407c-9bba-88c9e30b2b42", + "renditionMap" : { }, + "type" : "component" + } ], + "id" : "bd9053b8-fc17-48bf-8ab2-f56e8071fb82", + "regionName" : "sfdcHiddenRegion", + "type" : "region" + } ], + "themeLayoutType" : "Inner", + "type" : "view", + "viewType" : "home" +} \ No newline at end of file -- Gitblit v1.9.1