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/cICリスト.json | 96 ++++++++++++++++++++++------------------------- 1 files changed, 45 insertions(+), 51 deletions(-) diff --git "a/force-app/main/default/experiences/Consumable1/views/cIC\343\203\252\343\202\271\343\203\210.json" "b/force-app/main/default/experiences/Consumable1/views/cIC\343\203\252\343\202\271\343\203\210.json" index 9f0a890..45e3a08 100644 --- "a/force-app/main/default/experiences/Consumable1/views/cIC\343\203\252\343\202\271\343\203\210.json" +++ "b/force-app/main/default/experiences/Consumable1/views/cIC\343\203\252\343\202\271\343\203\210.json" @@ -1,52 +1,46 @@ { - "appPageId": "27f1ea49-dcbd-4afc-b1b9-faf0852c745e", - "componentName": "siteforce:sldsOneColLayout", - "dataProviders": [], - "id": "708367ab-41a2-4633-a93a-1a54141f1f48", - "label": "CIC 銉偣銉�", - "regions": [ - { - "id": "2c3dbc4b-bfd9-4394-af4f-e60cb9fdcb79", - "regionName": "header", - "type": "region" - }, - { - "components": [ - { - "componentAttributes": { - "enableInlineEdit": true, - "filterName": "{!filterId}", - "layout": "FULL", - "pageSize": 25, - "scope": "{!objectName}", - "showActionBar": true, - "showChartsPanel": true, - "showDisplay": "showall", - "showFilterPanel": true, - "showImageIcon": true, - "showManualRefreshButton": true, - "showObjectName": true, - "showPinnedList": true, - "showSearchBar": true - }, - "componentName": "forceCommunity:objectHome", - "id": "5f77c48f-42c0-4c08-85cc-69eedde9ea24", - "renderPriority": "NEUTRAL", - "renditionMap": {}, - "type": "component" - } - ], - "id": "2e605af4-63d3-4eae-beb4-fd599953e389", - "regionName": "content", - "type": "region" - }, - { - "id": "04eec419-32b1-46b5-9099-b2d8ee3f3b9f", - "regionName": "footer", - "type": "region" - } - ], - "themeLayoutType": "Inner", - "type": "view", - "viewType": "list-500" -} + "appPageId" : "27f1ea49-dcbd-4afc-b1b9-faf0852c745e", + "componentName" : "siteforce:sldsOneColLayout", + "dataProviders" : [ ], + "id" : "708367ab-41a2-4633-a93a-1a54141f1f48", + "label" : "CIC 銉偣銉�", + "regions" : [ { + "id" : "2c3dbc4b-bfd9-4394-af4f-e60cb9fdcb79", + "regionName" : "header", + "type" : "region" + }, { + "components" : [ { + "componentAttributes" : { + "enableInlineEdit" : true, + "filterName" : "{!filterId}", + "layout" : "FULL", + "pageSize" : 25, + "scope" : "{!objectName}", + "showActionBar" : true, + "showChartsPanel" : true, + "showDisplay" : "showall", + "showFilterPanel" : true, + "showImageIcon" : true, + "showManualRefreshButton" : true, + "showObjectName" : true, + "showPinnedList" : true, + "showSearchBar" : true + }, + "componentName" : "forceCommunity:objectHome", + "id" : "5f77c48f-42c0-4c08-85cc-69eedde9ea24", + "renderPriority" : "NEUTRAL", + "renditionMap" : { }, + "type" : "component" + } ], + "id" : "2e605af4-63d3-4eae-beb4-fd599953e389", + "regionName" : "content", + "type" : "region" + }, { + "id" : "04eec419-32b1-46b5-9099-b2d8ee3f3b9f", + "regionName" : "footer", + "type" : "region" + } ], + "themeLayoutType" : "Inner", + "type" : "view", + "viewType" : "list-500" +} \ No newline at end of file -- Gitblit v1.9.1