fix trimming of site, page, and module settings

This commit is contained in:
sbwalker
2024-09-18 18:31:40 -04:00
parent eb7188e81b
commit f2c8d80ff8
4 changed files with 24 additions and 29 deletions

View File

@ -16,7 +16,7 @@ namespace Oqtane.Themes
string Thumbnail { get; }
/// <summary>
/// Identifies all panes in a theme ( delimited by "," or ";") - assumed to be a layout if no panes specified
/// Comma delimited list of all panes in a theme
/// </summary>
string Panes { get; }