From be102ae06e8f986bd9d1a544cd2752e5fa94231a Mon Sep 17 00:00:00 2001 From: binxie <137736985@qq.com> Date: 星期二, 11 七月 2023 14:23:51 +0800 Subject: [PATCH] LEX Community Deploy0711 --- force-app/main/default/sites/Site.site-meta.xml | 32 ++++++++++++++++++++++++++++++++ 1 files changed, 32 insertions(+), 0 deletions(-) diff --git a/force-app/main/default/sites/Site.site-meta.xml b/force-app/main/default/sites/Site.site-meta.xml new file mode 100644 index 0000000..7e6cd44 --- /dev/null +++ b/force-app/main/default/sites/Site.site-meta.xml @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="UTF-8"?> +<CustomSite xmlns="http://soap.sforce.com/2006/04/metadata"> + <active>true</active> + <allowGuestPaymentsApi>false</allowGuestPaymentsApi> + <allowHomePage>false</allowHomePage> + <allowStandardAnswersPages>false</allowStandardAnswersPages> + <allowStandardIdeasPages>false</allowStandardIdeasPages> + <allowStandardLookups>false</allowStandardLookups> + <allowStandardPortalPages>true</allowStandardPortalPages> + <allowStandardSearch>false</allowStandardSearch> + <authorizationRequiredPage>LEXCommunityRouter</authorizationRequiredPage> + <bandwidthExceededPage>BandwidthExceeded</bandwidthExceededPage> + <browserXssProtection>false</browserXssProtection> + <cachePublicVisualforcePagesInProxyServers>true</cachePublicVisualforcePagesInProxyServers> + <clickjackProtectionLevel>SameOriginOnly</clickjackProtectionLevel> + <contentSniffingProtection>false</contentSniffingProtection> + <enableAuraRequests>true</enableAuraRequests> + <fileNotFoundPage>FileNotFound</fileNotFoundPage> + <genericErrorPage>Exception</genericErrorPage> + <inMaintenancePage>CommunitiesLogin</inMaintenancePage> + <inactiveIndexPage>CommunitiesLogin</inactiveIndexPage> + <indexPage>TopPage</indexPage> + <masterLabel>娑堣�楀搧绠$悊绯荤粺</masterLabel> + <redirectToCustomDomain>false</redirectToCustomDomain> + <referrerPolicyOriginWhenCrossOrigin>false</referrerPolicyOriginWhenCrossOrigin> + <selfRegPage>CommunitiesSelfReg</selfRegPage> + <siteAdmin>sb04@sb.com</siteAdmin> + <siteGuestRecordDefaultOwner>sb04@sb.com</siteGuestRecordDefaultOwner> + <siteType>ChatterNetwork</siteType> + <subdomain>ocm</subdomain> + <urlPathPrefix>customer</urlPathPrefix> +</CustomSite> -- Gitblit v1.9.1