Skip to content

kirby-deprecated-plugins/kirby-boiler-field

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kirby Boiler Field

Version 2.0

There is not much documentation about Kirby form fields. As a solution to the problem I created a boilerplate for it.

Intallation instructions

Features

Textfield

Checkboxesfield

  • Extends checkboxesfield.
  • Inherit values from the options.
  • Appends own values.

Setup

Blueprint

To make it work as expected, add the following code to your blueprint:

Textfield

fields:
  boilertext:
    title: Your Field1
    type: boilertext

Checkboxfield

fields:
  boilercheckboxes:
    title: Your Field2
    type: boilercheckboxes

Changelog

2.0

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

1.0

  • Initial release

Requirements

Disclaimer

This plugin is provided "as is" with no guarantee. Use it at your own risk and always test it yourself before using it in a production environment. If you find any issues, please create a new issue.

License

MIT

It is discouraged to use this plugin in any project that promotes racism, sexism, homophobia, animal abuse, violence or any other form of hate speech.

Credits