From 0c4796706fc9473d069b620321a54b20a119906c Mon Sep 17 00:00:00 2001 From: buli <137736985@qq.com> Date: 星期二, 11 七月 2023 14:16:44 +0800 Subject: [PATCH] Merge branch 'LEXUpgrade2023-Deloitte' --- force-app/main/default/experiences/Consumable1/views/search.json | 104 +++++++++++++++++++++++++--------------------------- 1 files changed, 50 insertions(+), 54 deletions(-) diff --git a/force-app/main/default/experiences/Consumable1/views/search.json b/force-app/main/default/experiences/Consumable1/views/search.json index df70c64..fd3e32a 100644 --- a/force-app/main/default/experiences/Consumable1/views/search.json +++ b/force-app/main/default/experiences/Consumable1/views/search.json @@ -1,59 +1,55 @@ { - "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": [ + "appPageId": "27f1ea49-dcbd-4afc-b1b9-faf0852c745e", + "componentName": "siteforce:sldsOneColLayout", + "dataProviders": [], + "id": "74aeae6d-8d40-433e-8168-45175ee356a6", + "label": "Search", + "regions": [ { - "componentAttributes": { - "scopes": [ - { - "isPublic": false, - "name": "Lead" - }, - { - "isPublic": false, - "name": "Opportunity" - }, - { - "isPublic": false, - "name": "Campaign" - }, - { - "isPublic": false, - "name": "ContentDocument" - } + "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" + } ], - "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" } - ], - "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" + ], + "themeLayoutType": "Inner", + "type": "view", + "viewType": "global-search" } -- Gitblit v1.9.1