In previous versions of Sling CMS, the only view of content was a tabular display. This worked pretty well for text content, but wasn’t visually appealing for images / assets. The new grid view is default for Sites and Static content, but can be toggled off or set as not default in the user settings.
Previously, to modify users and groups, you had to leave the Sling CMS look and feel and use the Composum User / Group management tool With Sling CMS 0.14.0, Sling CMS now has a console for managing users and groups.
I’ve tweaked the user experience for the editor to make a number of small changes and generally make it cleaner and more modern looking.
Sling CMS is already easy to setup with the Vagrant and Docker images as well as it being a single JAR download. With the release of Sling CMS 0.14.0, developers will be able to create projects for Sling CMS with a single command:
mvn archetype:generate \\
-DarchetypeGroupId=org.apache.sling \\
-DarchetypeArtifactId=org.apache.sling.cms.archetype \\
-DarchetypeVersion=0.14.0
With the new Sling CMS Archetype, creating a site in Sling CMS creating a new site with Sling CMS takes just over two minutes:
Looking to get started with Sling CMS? Download the latest release from GitHub.