Kirby Boiler Field - Panel field example boilerplate

Kirby Boiler Field

Today I have created a boilerplate for fields to make it easier and faster to create Panel form fields.

Features

  • Basic stuff
  • Templating
  • Routes
  • Ajax
  • jQuery field plugin

To not repeating myself, read more on Github:

5 Likes

Version 2.0 released

github.com/jenstornell/kirby-boiler-field

Changelog

  • Register as plugin instead of field
  • Renamed field from boiler to boilertext
  • Added field boilercheckboxes field

The biggest change is probably that it’s a plugin nowdays and not just a field.

The other big change is that a checkboxfield is added. It shows some new possibilities like option inheritance and the possibility to have logic in an extended checkboxes field.

1 Like