Refactored IModule and ITheme interfaces for future compatibility scenarios. Added Permissions property to IModule interface to allow for explicit ordering and custom module permissions.
This commit is contained in:
@ -1,15 +1,10 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Oqtane.Themes
|
||||
{
|
||||
public interface ITheme
|
||||
{
|
||||
string Name { get; }
|
||||
string Version { get; }
|
||||
string Owner { get; }
|
||||
string Url { get; }
|
||||
string Contact { get; }
|
||||
string License { get; }
|
||||
string Dependencies { get; }
|
||||
Dictionary<string, string> Properties { get; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user