extensibility enhancements for site templates
This commit is contained in:
12
Oqtane.Server/Infrastructure/Interfaces/ISiteTemplate.cs
Normal file
12
Oqtane.Server/Infrastructure/Interfaces/ISiteTemplate.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using Oqtane.Models;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Oqtane.Infrastructure.Interfaces
|
||||
{
|
||||
public interface ISiteTemplate
|
||||
{
|
||||
string Name { get; }
|
||||
|
||||
List<PageTemplate> CreateSite(Site site);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user