New in Kaliko CMS 1.2.0

October 16, 2016 Kaliko CMS Open source

Among improvements and bug fixes there's a couple of new features in Kaliko CMS version 1.2.0.

Site settings

One major change in this version is site settings, which is a new feature to create site wide settings as well as controlling available page types and sorting in the root level.
For more information and examples

Selector property type

A new property type has been added to support selection of a single value out of a list of options.
For more information and examples

Property tabs

In order to structure page types with plenty of properties tabs have been added. To place a property in a new tab add the TabGroup parameter to the property decoration:

[Property("Headline", TabGroup = "Theme")]
public virtual StringProperty Headline { get; set; }

By default properties are placed in the Content-tab. Tab order is based on the order of appearance in the page type class.

Improvements

Bug fixes

Related posts: