Skip to content

Skybrud.Umbraco.Elements v1.0.0-alpha012

Pre-release
Pre-release
Compare
Choose a tag to compare
@abjerner abjerner released this 18 Jun 20:09

Installation

Changelog

  • GetValueEditor method should be called with the data type configuration - otherwise some packages won't work properly (see 57773cc)
    The GetValueEditor 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)
    The getPropertyType method along with the existing hasPropertyType method may be used by other packages utilizing the elements package.