From f3a8b609580d160f2d15b0c2fab28784a38cba71 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@prec-tech.com> Date: 星期二, 04 七月 2023 17:44:48 +0800 Subject: [PATCH] 备品附属品选择 附属品追加 --- force-app/main/default/sites/extsurvey.site-meta.xml | 30 ++++++++++++++++++++++++++++++ 1 files changed, 30 insertions(+), 0 deletions(-) diff --git a/force-app/main/default/sites/extsurvey.site-meta.xml b/force-app/main/default/sites/extsurvey.site-meta.xml new file mode 100644 index 0000000..baddc17 --- /dev/null +++ b/force-app/main/default/sites/extsurvey.site-meta.xml @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="UTF-8"?> +<CustomSite xmlns="http://soap.sforce.com/2006/04/metadata"> + <active>false</active> + <allowGuestPaymentsApi>false</allowGuestPaymentsApi> + <allowHomePage>false</allowHomePage> + <allowStandardAnswersPages>false</allowStandardAnswersPages> + <allowStandardIdeasPages>false</allowStandardIdeasPages> + <allowStandardLookups>false</allowStandardLookups> + <allowStandardPortalPages>true</allowStandardPortalPages> + <allowStandardSearch>false</allowStandardSearch> + <authorizationRequiredPage>Unauthorized</authorizationRequiredPage> + <bandwidthExceededPage>BandwidthExceeded</bandwidthExceededPage> + <browserXssProtection>false</browserXssProtection> + <cachePublicVisualforcePagesInProxyServers>true</cachePublicVisualforcePagesInProxyServers> + <clickjackProtectionLevel>AllowAllFraming</clickjackProtectionLevel> + <contentSniffingProtection>false</contentSniffingProtection> + <enableAuraRequests>true</enableAuraRequests> + <fileNotFoundPage>FileNotFound</fileNotFoundPage> + <genericErrorPage>Exception</genericErrorPage> + <inMaintenancePage>InMaintenance</inMaintenancePage> + <indexPage>ISO_DemandOAD_PDF</indexPage> + <masterLabel>澶栭儴璋冩煡闂嵎</masterLabel> + <redirectToCustomDomain>false</redirectToCustomDomain> + <referrerPolicyOriginWhenCrossOrigin>false</referrerPolicyOriginWhenCrossOrigin> + <siteAdmin>sb21@sunbridge.com</siteAdmin> + <siteGuestRecordDefaultOwner>olympus@proto.1</siteGuestRecordDefaultOwner> + <siteType>Visualforce</siteType> + <subdomain>ocmquestionnaire</subdomain> + <urlPathPrefix>extsurvey</urlPathPrefix> +</CustomSite> -- Gitblit v1.9.1