ClientAssembly selection criteria changed
This commit is contained in:
7
Oqtane.Shared/Interfaces/IThemeControl.cs
Normal file
7
Oqtane.Shared/Interfaces/IThemeControl.cs
Normal 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
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user