From 4488f711dbc01a8db6753907cae2ef4021dede68 Mon Sep 17 00:00:00 2001 From: FUYU <fuyu@prec-tech.com> Date: 星期三, 13 十二月 2023 16:30:27 +0800 Subject: [PATCH] 修改前备份 --- force-app/main/default/experiences/Partner21/views/search.json | 108 +++++++++++++++++++++++++++--------------------------- 1 files changed, 54 insertions(+), 54 deletions(-) diff --git a/force-app/main/default/experiences/Partner21/views/search.json b/force-app/main/default/experiences/Partner21/views/search.json index be46589..3fb5d0f 100644 --- a/force-app/main/default/experiences/Partner21/views/search.json +++ b/force-app/main/default/experiences/Partner21/views/search.json @@ -1,59 +1,59 @@ { - "appPageId": "95226447-4e8f-45b9-aac1-576d87068d01", - "componentName": "siteforce:sldsOneColLayout", - "dataProviders": [], - "id": "858b90d6-5f26-4a9a-9080-746e17a9f4b5", - "label": "Search", - "regions": [ - { - "id": "cc3fe408-8424-4fe4-b5ce-b62de9e02304", - "regionName": "header", - "type": "region" - }, - { - "components": [ + "appPageId": "95226447-4e8f-45b9-aac1-576d87068d01", + "componentName": "siteforce:sldsOneColLayout", + "dataProviders": [], + "id": "858b90d6-5f26-4a9a-9080-746e17a9f4b5", + "label": "Search", + "regions": [ { - "componentAttributes": { - "scopes": [ - { - "isPublic": false, - "name": "Lead" - }, - { - "isPublic": false, - "name": "Opportunity" - }, - { - "isPublic": false, - "name": "Campaign" - }, - { - "isPublic": false, - "name": "ContentDocument" - } + "id": "cc3fe408-8424-4fe4-b5ce-b62de9e02304", + "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": "1d5f2162-3e97-4eba-b903-48faf3a018a4", + "renderPriority": "NEUTRAL", + "renditionMap": {}, + "type": "component" + } ], - "searchResultFiltering": true, - "searchTerm": "{!term}", - "showTopResults": true - }, - "componentName": "forceCommunity:search", - "id": "1d5f2162-3e97-4eba-b903-48faf3a018a4", - "renderPriority": "NEUTRAL", - "renditionMap": {}, - "type": "component" + "id": "e4a5dd5f-cc4b-43ed-899a-6eb3047bad5b", + "regionName": "content", + "type": "region" + }, + { + "id": "b8b7709d-2499-423f-8e63-bd9fb751eb9c", + "regionName": "footer", + "type": "region" } - ], - "id": "e4a5dd5f-cc4b-43ed-899a-6eb3047bad5b", - "regionName": "content", - "type": "region" - }, - { - "id": "b8b7709d-2499-423f-8e63-bd9fb751eb9c", - "regionName": "footer", - "type": "region" - } - ], - "themeLayoutType": "Inner", - "type": "view", - "viewType": "global-search" + ], + "themeLayoutType": "Inner", + "type": "view", + "viewType": "global-search" } -- Gitblit v1.9.1