Creates new attribute: WebformsPageTreeAuthorizeAttribute for auto-authorizing webforms editors for a specific tree and thus for a specific application.

This commit is contained in:
Shannon
2014-09-05 15:47:45 +10:00
parent bb4dd9c418
commit 66e5843ef7
13 changed files with 93 additions and 61 deletions

View File

@@ -80,6 +80,12 @@
/// </summary>
public const string Templates = "template";
public const string RelationTypes = "relationTypes";
public const string Xslt = "xslt";
public const string Languages = "languages";
}
}

View File

@@ -1,6 +1,6 @@
namespace Umbraco.Core.Dictionary
{
internal interface ICultureDictionaryFactory
public interface ICultureDictionaryFactory
{
ICultureDictionary CreateDictionary();
}