feature: document handlers
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
using Disco.Models.Repository;
|
||||
using Disco.Models.Services.Documents;
|
||||
using Disco.Services.Plugins.Features.DocumentHandlerProvider;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Disco.Web.Models.Shared
|
||||
@@ -10,5 +9,6 @@ namespace Disco.Web.Models.Shared
|
||||
public IAttachmentTarget Target { get; set; }
|
||||
public List<DocumentTemplate> Templates { get; set; }
|
||||
public List<DocumentTemplatePackage> TemplatePackages { get; set; }
|
||||
public bool HandlersPresent { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user