From 80a3f59e2d3df07805bc67e329300b8de90a5b3a Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期二, 11 七月 2023 14:13:08 +0800
Subject: [PATCH] Merge branch 'LEXCommunityLiJun' into LEXUpgrade2023-Deloitte

---
 force-app/main/default/experiences/Partner21/views/search.json |   59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 59 insertions(+), 0 deletions(-)

diff --git a/force-app/main/default/experiences/Partner21/views/search.json b/force-app/main/default/experiences/Partner21/views/search.json
new file mode 100644
index 0000000..3fb5d0f
--- /dev/null
+++ b/force-app/main/default/experiences/Partner21/views/search.json
@@ -0,0 +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": [
+                {
+                    "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"
+                }
+            ],
+            "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"
+}

--
Gitblit v1.9.1