/silverstripe-usertemplates

A SilverStripe module for creating templates within the CMS that can override those defined in the theme, for both Layout and main templates

Primary LanguagePHPBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

UserTemplates

Build Status Latest Stable Version Latest Unstable Version Total Downloads License

Allows cms users to apply templates that are created and defined within the CMS directly, including CSS and JavaScript files, to trees of content.

Composer Install

composer require symbiote/silverstripe-usertemplates dev-master

Requirements

  • silverstripe/cms: ^4 || ^5
  • symbiote/silverstripe-multivaluefield: ^5 || ^6

Documentation