ClientAssembly selection criteria changed

This commit is contained in:
Pavel Vesely
2020-05-12 23:17:37 +02:00
parent da73d519d7
commit 4c188b782d
3 changed files with 3 additions and 1 deletions

View File

@ -0,0 +1,7 @@
namespace Oqtane.Themes
{
public interface IThemeControl
{
string Panes { get; } // identifies all panes in a theme ( delimited by ";" ) - assumed to be a layout if no panes specified
}
}