Skip to content

lukaskleinschmidt/kirby-sortable-layout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Kirby Sortable Layout

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.

Installation

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
        ...

Blueprint

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
  ...

About

Use blueprint title as module title

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages