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/fileList.json | 70 ++++++++++++++++------------------- 1 files changed, 32 insertions(+), 38 deletions(-) diff --git a/force-app/main/default/experiences/Consumable1/views/fileList.json b/force-app/main/default/experiences/Consumable1/views/fileList.json index 433007d..90ef0b1 100644 --- a/force-app/main/default/experiences/Consumable1/views/fileList.json +++ b/force-app/main/default/experiences/Consumable1/views/fileList.json @@ -1,39 +1,33 @@ { - "appPageId": "fb9cc21a-bfdf-4b55-b21d-d99514ec9374", - "componentName": "siteforce:sldsOneColLayout", - "dataProviders": [], - "id": "eace253f-203f-4414-a7a4-a2d9c47deb3d", - "label": "File List", - "regions": [ - { - "id": "86a4e739-1949-4199-9687-9d9e5a0e8b7b", - "regionName": "header", - "type": "region" - }, - { - "components": [ - { - "componentAttributes": { - "pageSize": 25 - }, - "componentName": "forceCommunity:filesList", - "id": "8d8b9ad4-91c1-44c2-b566-b5ddec17c62d", - "renderPriority": "NEUTRAL", - "renditionMap": {}, - "type": "component" - } - ], - "id": "0ceef01d-d0aa-44fa-87e6-a36a92fe73ce", - "regionName": "content", - "type": "region" - }, - { - "id": "91694ac3-024d-4480-b8f2-b82180070fd1", - "regionName": "footer", - "type": "region" - } - ], - "themeLayoutType": "Inner", - "type": "view", - "viewType": "list-069" -} + "appPageId" : "27f1ea49-dcbd-4afc-b1b9-faf0852c745e", + "componentName" : "siteforce:sldsOneColLayout", + "dataProviders" : [ ], + "id" : "193807a6-e99f-4075-9811-62dda5b13d43", + "label" : "File List", + "regions" : [ { + "id" : "af6a54e4-65cf-4412-831e-3d55625076ae", + "regionName" : "header", + "type" : "region" + }, { + "components" : [ { + "componentAttributes" : { + "pageSize" : 25 + }, + "componentName" : "forceCommunity:filesList", + "id" : "11e918ad-fc08-4907-8d8c-5aaddd9a92e8", + "renderPriority" : "NEUTRAL", + "renditionMap" : { }, + "type" : "component" + } ], + "id" : "4a7c43a0-6939-4ea5-b8a4-b69789506c76", + "regionName" : "content", + "type" : "region" + }, { + "id" : "f720b89f-67f7-40d3-9eb0-f56d0fc7d379", + "regionName" : "footer", + "type" : "region" + } ], + "themeLayoutType" : "Inner", + "type" : "view", + "viewType" : "list-069" +} \ No newline at end of file -- Gitblit v1.9.1