Use the blueprint title as the module title.
The template.php
is a copy of the modules template. The template could be omitted if the base template is sufficient.
To install the plugin, please put it in the site/plugins
directory.
The plugin folder must be named sortable-layout
.
site/plugins/
sortable-layout/
sortable-layout.php
...
After installing the plugin you can use the new custom
layout in your blueprints.
fields:
title:
label: Title
type: text
modules:
label: Modules
type: modules
layout: custom
...