Initial plumbing, extension methods etc for collection to store IDataValueReferences

This commit is contained in:
Warren Buckley
2019-11-26 11:09:33 +00:00
parent 3ead51ff64
commit 7573d52807
7 changed files with 39 additions and 0 deletions

View File

@@ -182,6 +182,8 @@ namespace Umbraco.Web.Composing
public static DataEditorCollection DataEditors => CoreCurrent.DataEditors;
public static DataValueReferenceCollection DataValueReferences => CoreCurrent.DataValueReferences;
public static PropertyEditorCollection PropertyEditors => CoreCurrent.PropertyEditors;
public static ParameterEditorCollection ParameterEditors => CoreCurrent.ParameterEditors;