Creates new attribute: WebformsPageTreeAuthorizeAttribute for auto-authorizing webforms editors for a specific tree and thus for a specific application.
This commit is contained in:
@@ -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";
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
namespace Umbraco.Core.Dictionary
|
||||
{
|
||||
internal interface ICultureDictionaryFactory
|
||||
public interface ICultureDictionaryFactory
|
||||
{
|
||||
ICultureDictionary CreateDictionary();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user