Skip to content

Commit f98cb6d

Browse files
sc-dawidrutkowskimichaellwest
authored andcommitted
Extending configs with XMCloud role
1 parent f92fce5 commit f98cb6d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/Spe/App_Config/Include/Spe/Spe.Events.config.disabled

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/" xmlns:role="http://www.sitecore.net/xmlconfig/role/" xmlns:security="http://www.sitecore.net/xmlconfig/security/">
2-
<sitecore role:require="Standalone or ContentManagement" security:require="Sitecore">
2+
<sitecore role:require="Standalone or ContentManagement or XMCloud" security:require="Sitecore">
33
<events>
44
<event name="item:added">
55
<handler type="Spe.Integrations.Tasks.ScriptedItemEventHandler, Spe" method="OnEvent" />

src/Spe/App_Config/Include/Spe/Spe.IdentityServer.config.disabled

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
http://github.com/kamsar/Unicorn
99
-->
1010
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/" xmlns:role="http://www.sitecore.net/xmlconfig/role/" xmlns:security="http://www.sitecore.net/xmlconfig/security/">
11-
<sitecore role:require="Standalone or ContentManagement" security:require="Sitecore">
11+
<sitecore role:require="Standalone or ContentManagement or XMCloud" security:require="Sitecore">
1212
<pipelines>
1313
<owin.cookieAuthentication.validateIdentity>
1414
<processor type="Sitecore.Owin.Authentication.Pipelines.CookieAuthentication.ValidateIdentity.ValidateSiteNeutralPaths, Sitecore.Owin.Authentication">

src/Spe/App_Config/Include/Spe/Spe.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/" xmlns:role="http://www.sitecore.net/xmlconfig/role/" xmlns:security="http://www.sitecore.net/xmlconfig/security/">
2-
<sitecore role:require="Standalone or ContentManagement" security:require="Sitecore">
2+
<sitecore role:require="Standalone or ContentManagement or XMCloud" security:require="Sitecore">
33
<commands>
44
<command name="item:executescript" type="Spe.Client.Commands.MenuItems.ExecutePowerShellScript,Spe" />
55
<command name="item:contextconsole" type="Spe.Client.Commands.MenuItems.ExecutePowerShellConsole,Spe" />

src/Spe/App_Config/Include/z.Spe/z.Spe.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/" xmlns:role="http://www.sitecore.net/xmlconfig/role/" xmlns:security="http://www.sitecore.net/xmlconfig/security/">
2-
<sitecore role:require="Standalone or ContentManagement" security:require="Sitecore">
2+
<sitecore role:require="Standalone or ContentManagement or XMCloud" security:require="Sitecore">
33
<processors>
44
<uiGetMasters>
55
<processor patch:before="*[@type='Sitecore.Pipelines.GetMasters.GetItemMasters,Sitecore.Kernel']" type="Spe.Integrations.Pipelines.GetItemMasters, Spe" />

0 commit comments

Comments
 (0)