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/Consumable1/views/quipDocsRelatedList.json | 70 ++++++++++++++++------------------- 1 files changed, 32 insertions(+), 38 deletions(-) diff --git a/force-app/main/default/experiences/Consumable1/views/quipDocsRelatedList.json b/force-app/main/default/experiences/Consumable1/views/quipDocsRelatedList.json index 11e89cc..95cf954 100644 --- a/force-app/main/default/experiences/Consumable1/views/quipDocsRelatedList.json +++ b/force-app/main/default/experiences/Consumable1/views/quipDocsRelatedList.json @@ -1,39 +1,33 @@ { - "appPageId": "fb9cc21a-bfdf-4b55-b21d-d99514ec9374", - "componentName": "siteforce:sldsOneColLayout", - "dataProviders": [], - "id": "b076cb5b-405f-4199-b9be-7429234ce226", - "label": "Quip Docs Related List", - "regions": [ - { - "id": "e701d724-1504-44c7-92a3-ea1ec941cf73", - "regionName": "header", - "type": "region" - }, - { - "components": [ - { - "componentAttributes": { - "parentRecordId": "{!recordId}" - }, - "componentName": "forceCommunity:relatedQuipItemsView", - "id": "a9d4f298-cfdd-48b7-ace5-0c47aadf2876", - "renderPriority": "NEUTRAL", - "renditionMap": {}, - "type": "component" - } - ], - "id": "b12e6374-255d-413c-93a1-d14857aaf21a", - "regionName": "content", - "type": "region" - }, - { - "id": "a6b90480-6c77-4df3-a631-065e1f4f2c1b", - "regionName": "footer", - "type": "region" - } - ], - "themeLayoutType": "Inner", - "type": "view", - "viewType": "extrelated-quip" -} + "appPageId" : "27f1ea49-dcbd-4afc-b1b9-faf0852c745e", + "componentName" : "siteforce:sldsOneColLayout", + "dataProviders" : [ ], + "id" : "be244254-9e8f-46bd-83e0-a6cdb3780540", + "label" : "Quip Docs Related List", + "regions" : [ { + "id" : "2a9b05d7-cafd-4e4d-8f30-067e7e2f45ed", + "regionName" : "header", + "type" : "region" + }, { + "components" : [ { + "componentAttributes" : { + "parentRecordId" : "{!recordId}" + }, + "componentName" : "forceCommunity:relatedQuipItemsView", + "id" : "a2c16258-72fb-4eb3-8b04-b80f8b4beafb", + "renderPriority" : "NEUTRAL", + "renditionMap" : { }, + "type" : "component" + } ], + "id" : "9bc5f2b8-7b65-47fc-a3d5-1d83ada44a72", + "regionName" : "content", + "type" : "region" + }, { + "id" : "73a8a853-5872-4055-8a42-9723c11db0e9", + "regionName" : "footer", + "type" : "region" + } ], + "themeLayoutType" : "Inner", + "type" : "view", + "viewType" : "extrelated-quip" +} \ No newline at end of file -- Gitblit v1.9.1