Skip to content

Add rules to be able to show or hide context scripts depending on App settings or any ancestor template inheritance #1385

Description

@AdamNaj

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>
Image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions