Created
November 16, 2024 15:00
-
-
Save hishaamn/0d775bc0504be0f76f7d9103e943fd46 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/"> | |
<sitecore> | |
<pipelines> | |
<resolveTokens> | |
<processor type="Arcwave.RichText.Pipelines.ResolveTokens.ResolveEditingTokens, Arcwave.RichText" resolve="true" patch:instead="*[@type='Sitecore.XA.Foundation.Editing.Pipelines.ResolveTokens.ResolveEditingTokens, Sitecore.XA.Foundation.Editing']" > | |
<profileMapping type="Arcwave.RichText.Models.RteMappingConfiguration, Arcwave.RichText" > | |
<rteMappings hint="raw:AddRteMappings"> | |
<rteMappping name="Description1" rtePath="/sitecore/system/Settings/Html Editor Profiles/Arcwave Rich Text Query Matching/Sample Description 1" token="$arcwave1RichTextProfile"> | |
<roles name="WebEntity"> | |
<role>sitecore\Arcwave Webmaster</role> | |
</roles> | |
</rteMappping> | |
<rteMappping name="Description2" rtePath="/sitecore/system/Settings/Html Editor Profiles/Arcwave Rich Text Query Matching/Sample Description 2" token="$arcwave2RichTextProfile"> | |
<roles name="WebEntity"> | |
<role>sitecore\Arcwave Developer</role> | |
</roles> | |
</rteMappping> | |
<rteMappping name="Description3" rtePath="/sitecore/system/Settings/Html Editor Profiles/Arcwave Rich Text Query Matching/Sample Description 3" token="$arcwave3RichTextProfile"> | |
<roles name="WebEntity"> | |
<role>sitecore\Arcwave Webmaster</role> | |
</roles> | |
</rteMappping> | |
<rteMappping name="Description4" rtePath="/sitecore/system/Settings/Html Editor Profiles/Arcwave Rich Text Query Matching/Sample Description 4" token="$arcwave4RichTextProfile"> | |
<roles name="WebEntity"> | |
<role>sitecore\Arcwave Webmaster</role> | |
</roles> | |
</rteMappping> | |
<rteMappping name="DefaultRichtext" rtePath="/sitecore/system/Settings/Html Editor Profiles/Arcwave Rich Text Query Matching/Arcwave Default" token="$arcwaveDefaultRichTextProfile"> | |
<roles> | |
<role>sitecore\Arcwave Web</role> | |
</roles> | |
</rteMappping> | |
</rteMappings> | |
</profileMapping> | |
</processor> | |
</resolveTokens> | |
</pipelines> | |
</sitecore> | |
</configuration> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment