Skybrud.Umbraco.Elements v1.0.0-alpha012
Pre-release
Pre-release
Installation
Changelog
-
GetValueEditor
method should be called with the data type configuration - otherwise some packages won't work properly (see 57773cc)
TheGetValueEditor
method is used to pass the editor model to the Angular logic in the backoffice. If the data type configuration isn't added as a parameter to this method, the configuration passed to the Angular logic may be wrong. -
Introduced
getPropertyType
method on content types (5b402ff)
ThegetPropertyType
method along with the existinghasPropertyType
method may be used by other packages utilizing the elements package.