Skip to content

Commit

Permalink
Merge pull request #35 from Kentico/fix/display-in-preview-and-page-b…
Browse files Browse the repository at this point in the history
…uilder

fix(TagManager): Display in Administration in preview and pagebuilder
  • Loading branch information
michalJakubis authored Jul 26, 2024
2 parents 3dc4e04 + 32a8633 commit c8ffd2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ 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 Page Builder only\r\n" +
$"{nameof(CodeSnippetAdministrationDisplayMode.Both)}Display in the Preview view mode and the Page Builder";
$"{nameof(CodeSnippetAdministrationDisplayMode.Both)};Display in the Preview view mode and the Page Builder";
}

0 comments on commit c8ffd2e

Please sign in to comment.