项目作者: kirby-deprecated-plugins

项目描述 :
Boilerplate for Kirby form fields
高级语言: PHP
项目地址: git://github.com/kirby-deprecated-plugins/kirby-boiler-field.git


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

  1. fields:
  2. boilertext:
  3. title: Your Field1
  4. type: boilertext

Checkboxfield

  1. fields:
  2. boilercheckboxes:
  3. title: Your Field2
  4. 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