Skip to content

Commit

Permalink
Update src/Kentico.Xperience.TagManager/Admin/CodeSnippetConfiguratio…
Browse files Browse the repository at this point in the history
…nModel.cs

Co-authored-by: Sean G. Wright <[email protected]>
  • Loading branch information
bkapustik and seangwright authored May 14, 2024
1 parent 1df0721 commit 28ea6ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ internal static class CodeSnippetExtensions

public const string DisplayModeFormComponentOptions = $"{nameof(CodeSnippetAdministrationDisplayMode.None)};Do not display in Administration\r\n" +
$"{nameof(CodeSnippetAdministrationDisplayMode.PreviewOnly)};Display in the Preview view mode only\r\n" +
$"{nameof(CodeSnippetAdministrationDisplayMode.PageBuilderOnly)};Display in the PageBuilder only\r\n" +
$"{nameof(CodeSnippetAdministrationDisplayMode.PageBuilderOnly)};Display in the Page Builder only\r\n" +
$"{nameof(CodeSnippetAdministrationDisplayMode.Both)};Display in Preview and Pagebuilder";
}

0 comments on commit 28ea6ff

Please sign in to comment.