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:
@ -14,5 +14,7 @@
|
||||
</div>
|
||||
|
||||
@code {
|
||||
public override string Panes => "Top;Left;Content;Right;Bottom";
|
||||
public override string Name => "Multiple Panes";
|
||||
|
||||
public override string Panes => "Top,Left,Content,Right,Bottom";
|
||||
}
|
Reference in New Issue
Block a user