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/search.json | 102 ++++++++++++++++++++++----------------------------- 1 files changed, 44 insertions(+), 58 deletions(-) diff --git a/force-app/main/default/experiences/Consumable1/views/search.json b/force-app/main/default/experiences/Consumable1/views/search.json index 126c0f2..52a6e2f 100644 --- a/force-app/main/default/experiences/Consumable1/views/search.json +++ b/force-app/main/default/experiences/Consumable1/views/search.json @@ -1,59 +1,45 @@ { - "appPageId": "fb9cc21a-bfdf-4b55-b21d-d99514ec9374", - "componentName": "siteforce:sldsOneColLayout", - "dataProviders": [], - "id": "99b69c91-c8d8-42fe-91af-6f71e4612910", - "label": "Search", - "regions": [ - { - "id": "d3a00bfd-a6c5-494e-9dd0-9d01699c5557", - "regionName": "header", - "type": "region" - }, - { - "components": [ - { - "componentAttributes": { - "scopes": [ - { - "isPublic": false, - "name": "Lead" - }, - { - "isPublic": false, - "name": "Opportunity" - }, - { - "isPublic": false, - "name": "Campaign" - }, - { - "isPublic": false, - "name": "ContentDocument" - } - ], - "searchResultFiltering": true, - "searchTerm": "{!term}", - "showTopResults": true - }, - "componentName": "forceCommunity:search", - "id": "300943f3-7e89-43b5-986d-013d1e677bad", - "renderPriority": "NEUTRAL", - "renditionMap": {}, - "type": "component" - } - ], - "id": "0cca2c58-a0c4-4cba-857b-7a81fb548c6e", - "regionName": "content", - "type": "region" - }, - { - "id": "76ff2160-08e4-42e2-bf3a-85c8cc7f50c1", - "regionName": "footer", - "type": "region" - } - ], - "themeLayoutType": "Inner", - "type": "view", - "viewType": "global-search" -} + "appPageId" : "27f1ea49-dcbd-4afc-b1b9-faf0852c745e", + "componentName" : "siteforce:sldsOneColLayout", + "dataProviders" : [ ], + "id" : "74aeae6d-8d40-433e-8168-45175ee356a6", + "label" : "Search", + "regions" : [ { + "id" : "f0168968-61fd-41cb-b7af-1eff3f8b32f3", + "regionName" : "header", + "type" : "region" + }, { + "components" : [ { + "componentAttributes" : { + "scopes" : [ { + "isPublic" : false, + "name" : "ContentDocument" + }, { + "isPublic" : true, + "name" : "Consumable_order__c" + }, { + "isPublic" : true, + "name" : "Consumable_order_details2__c" + } ], + "searchResultFiltering" : true, + "searchTerm" : "{!term}", + "showTopResults" : true + }, + "componentName" : "forceCommunity:search", + "id" : "5f9e6d47-2bcc-4097-a92c-1ed613352db1", + "renderPriority" : "NEUTRAL", + "renditionMap" : { }, + "type" : "component" + } ], + "id" : "5724ab02-cf0e-4aa8-b6d9-27c93918f75f", + "regionName" : "content", + "type" : "region" + }, { + "id" : "de00bfc5-bb66-40f6-8d83-e45d83c02f17", + "regionName" : "footer", + "type" : "region" + } ], + "themeLayoutType" : "Inner", + "type" : "view", + "viewType" : "global-search" +} \ No newline at end of file -- Gitblit v1.9.1