Makes IDashboard IDiscoverable
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
using System.Runtime.Serialization;
|
||||
using Umbraco.Core.Composing;
|
||||
|
||||
namespace Umbraco.Core.Dashboards
|
||||
{
|
||||
/// <summary>
|
||||
/// Represents a dashboard.
|
||||
/// </summary>
|
||||
public interface IDashboard : IDashboardSlim
|
||||
public interface IDashboard : IDashboardSlim, IDiscoverable
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets the aliases of sections/applications where this dashboard appears.
|
||||
|
||||
Reference in New Issue
Block a user