Added support for friendly names and thumbnails in theme, layout, and container components. Added fallback support during loading for themes, layout, and containers.
This commit is contained in:
@ -2,5 +2,7 @@
|
||||
{
|
||||
public interface IContainerControl
|
||||
{
|
||||
string Name { get; } // friendly name for a container
|
||||
string Thumbnail { get; } // screen shot of a container - assumed to be in the ThemePath() folder
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user