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/lexInventoryView.json | 147 ++++++++++++++++++++++-------------------------- 1 files changed, 67 insertions(+), 80 deletions(-) diff --git a/force-app/main/default/experiences/Consumable1/views/lexInventoryView.json b/force-app/main/default/experiences/Consumable1/views/lexInventoryView.json index 2f7118e..3c32a58 100644 --- a/force-app/main/default/experiences/Consumable1/views/lexInventoryView.json +++ b/force-app/main/default/experiences/Consumable1/views/lexInventoryView.json @@ -1,81 +1,68 @@ { - "appPageId": "27f1ea49-dcbd-4afc-b1b9-faf0852c745e", - "componentName": "siteforce:dynamicLayout", - "dataProviders": [], - "id": "afb34dd9-404b-4bea-949d-07c42681d821", - "label": "LexInventoryView", - "regions": [ - { - "components": [ - { - "componentAttributes": { - "background": "background: rgba(0,0,0,0)", - "backgroundOverlay": "rgba(0,0,0,0.5)", - "contentAreaWidth": 100, - "sectionConfig": { - "UUID": "747680b6-fa7d-40b9-9fb2-5eeedec2111f", - "columns": [ - { - "UUID": "7dae9038-fe28-4dd2-beda-d90442f650d1", - "columnKey": "1", - "columnName": "Column 1", - "columnWidth": "12", - "seedComponents": [] - } - ] - }, - "sectionHeight": 300 - }, - "componentName": "forceCommunity:section", - "id": "747680b6-fa7d-40b9-9fb2-5eeedec2111f", - "regions": [ - { - "components": [ - { - "componentAttributes": {}, - "componentName": "c:lexinventoryViewLWC", - "id": "2db28040-90b0-4c1c-8793-28479780c069", - "renderPriority": "NEUTRAL", - "renditionMap": {}, - "type": "component" - } - ], - "id": "7dae9038-fe28-4dd2-beda-d90442f650d1", - "regionLabel": "Column 1", - "regionName": "1", - "renditionMap": {}, - "type": "region" - } - ], - "renderPriority": "NEUTRAL", - "renditionMap": {}, - "type": "component" - } - ], - "id": "f951952b-7e3c-4622-bef8-b6c333c9913d", - "regionName": "content", - "type": "region" - }, - { - "components": [ - { - "componentAttributes": { - "customHeadTags": "", - "description": "", - "title": "搴撳瓨 ~ 娑堣�楀搧绠$悊绯荤粺" - }, - "componentName": "forceCommunity:seoAssistant", - "id": "54a2e6e2-68ec-4ad2-9e6d-e2ab853931bc", - "renditionMap": {}, - "type": "component" - } - ], - "id": "417422ac-dd59-4afe-bf23-e35fda0bc023", - "regionName": "sfdcHiddenRegion", - "type": "region" - } - ], - "themeLayoutType": "Inner", - "type": "view", - "viewType": "custom-lexinventoryview" -} + "appPageId" : "27f1ea49-dcbd-4afc-b1b9-faf0852c745e", + "componentName" : "siteforce:dynamicLayout", + "dataProviders" : [ ], + "id" : "afb34dd9-404b-4bea-949d-07c42681d821", + "label" : "LexInventoryView", + "regions" : [ { + "components" : [ { + "componentAttributes" : { + "background" : "background: rgba(0,0,0,0)", + "backgroundOverlay" : "rgba(0,0,0,0.5)", + "contentAreaWidth" : 100, + "sectionConfig" : { + "UUID" : "747680b6-fa7d-40b9-9fb2-5eeedec2111f", + "columns" : [ { + "UUID" : "7dae9038-fe28-4dd2-beda-d90442f650d1", + "columnKey" : "1", + "columnName" : "Column 1", + "columnWidth" : "12", + "seedComponents" : [ ] + } ] + }, + "sectionHeight" : 300 + }, + "componentName" : "forceCommunity:section", + "id" : "747680b6-fa7d-40b9-9fb2-5eeedec2111f", + "regions" : [ { + "components" : [ { + "componentAttributes" : { }, + "componentName" : "c:lexinventoryViewLWC", + "id" : "2db28040-90b0-4c1c-8793-28479780c069", + "renderPriority" : "NEUTRAL", + "renditionMap" : { }, + "type" : "component" + } ], + "id" : "7dae9038-fe28-4dd2-beda-d90442f650d1", + "regionLabel" : "Column 1", + "regionName" : "1", + "renditionMap" : { }, + "type" : "region" + } ], + "renderPriority" : "NEUTRAL", + "renditionMap" : { }, + "type" : "component" + } ], + "id" : "f951952b-7e3c-4622-bef8-b6c333c9913d", + "regionName" : "content", + "type" : "region" + }, { + "components" : [ { + "componentAttributes" : { + "customHeadTags" : "", + "description" : "", + "title" : "搴撳瓨 ~ 娑堣�楀搧绠$悊绯荤粺" + }, + "componentName" : "forceCommunity:seoAssistant", + "id" : "54a2e6e2-68ec-4ad2-9e6d-e2ab853931bc", + "renditionMap" : { }, + "type" : "component" + } ], + "id" : "417422ac-dd59-4afe-bf23-e35fda0bc023", + "regionName" : "sfdcHiddenRegion", + "type" : "region" + } ], + "themeLayoutType" : "Inner", + "type" : "view", + "viewType" : "custom-lexinventoryview" +} \ No newline at end of file -- Gitblit v1.9.1