-
-
Notifications
You must be signed in to change notification settings - Fork 71
Add rules to be able to show or hide context scripts depending on App settings or any ancestor template inheritance #1385
Copy link
Copy link
Closed
Labels
area-platform🎨 area-user-interface💪 improvementExtra sugar and spice.Extra sugar and spice.🤩-release-highlightExciting change that should be highlighted in the release notes and celebrated by SPE fans.Exciting change that should be highlighted in the release notes and celebrated by SPE fans.
Milestone
Description
Sitecore settings sample - patch files:
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/">
<sitecore>
<settings>
<setting name="Spe.PersistentSessionExpirationMinutes" value="30" />
<setting name="Spe.OutputLoggingEnabled" value="false" />
</settings>
</sitecore>
</configuration>Web.config or Azure AppSettings
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<appSettings configBuilders="SitecoreAppSettingsBuilder">
<add key="aspnet:RequestQueueLimitPerSession" value="25" />
<add key="env:define" value="Local" />
</appSettings>
</configuration>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-platform🎨 area-user-interface💪 improvementExtra sugar and spice.Extra sugar and spice.🤩-release-highlightExciting change that should be highlighted in the release notes and celebrated by SPE fans.Exciting change that should be highlighted in the release notes and celebrated by SPE fans.