All Projects β†’ kirby-deprecated-plugins β†’ kirby-boiler-field

kirby-deprecated-plugins / kirby-boiler-field

Licence: other
Boilerplate for Kirby form fields

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to kirby-boiler-field

kirbyup
πŸ†™ Zero-config bundler for Kirby Panel plugins
Stars: ✭ 33 (+120%)
Mutual labels:  kirby, kirby-cms, kirby-plugin, kirby-panel
content-viewer
A nifty little Kirby widget that allows you to show a block of Kirbytext or Markdown content in Kirby's panel.
Stars: ✭ 16 (+6.67%)
Mutual labels:  kirby-cms, kirby-plugin, kirby-panel
kirby-membership
Simple Membership plugin for Kirby CMS
Stars: ✭ 27 (+80%)
Mutual labels:  kirby, kirby-cms, kirby-plugin
kirby-highlight
Themeable server-side syntax highlighting for Kirby
Stars: ✭ 14 (-6.67%)
Mutual labels:  kirby, kirby-cms, kirby-plugin
field-engineer
A Kirby field for complex field structures.
Stars: ✭ 49 (+226.67%)
Mutual labels:  kirby, kirby-cms, kirby-plugin
laravel-mix-kirby
Laravel Mix helper for Kirby
Stars: ✭ 23 (+53.33%)
Mutual labels:  kirby, kirby-cms, kirby-plugin
kirby-podcast
A KirbyCMS-Podcast-Plugin
Stars: ✭ 22 (+46.67%)
Mutual labels:  kirby, kirby-cms, kirby-plugin
kirby-git
Kirby plugin for updating content in the panel via Git
Stars: ✭ 75 (+400%)
Mutual labels:  kirby, kirby-cms, kirby-panel
retour-for-kirby
Kirby 3 plugin to manage redirects and track 404s right from the Panel
Stars: ✭ 96 (+540%)
Mutual labels:  kirby, kirby-cms, kirby-plugin
kirby-minify-html
Enable minify HTML output for Kirby 3
Stars: ✭ 27 (+80%)
Mutual labels:  kirby, kirby-cms, kirby-plugin
kirby3-many-to-many-field
This plugin allows you to create many-to-many relationships between pages in Kirby and synchronizes them on both sides.
Stars: ✭ 38 (+153.33%)
Mutual labels:  kirby, kirby-cms, kirby-plugin
search-for-kirby
Kirby 3 plugin for adding a search index (sqlite or Algolia).
Stars: ✭ 42 (+180%)
Mutual labels:  kirby, kirby-cms, kirby-plugin
kirby-blade
Enable Laravel Blade Template Engine for Kirby 3
Stars: ✭ 20 (+33.33%)
Mutual labels:  kirby, kirby-cms, kirby-plugin
kirby-copy-files
Clone page dashboard widget for Kirby panel
Stars: ✭ 12 (-20%)
Mutual labels:  kirby, kirby-plugin, kirby-panel
kirby-map-field
πŸ—Ί An easy way to use maps and location data in Kirby.
Stars: ✭ 41 (+173.33%)
Mutual labels:  kirby, kirby-plugin
KirbyComments
[Kirby 2] File-based comments stored as subpages for the Kirby CMS.
Stars: ✭ 68 (+353.33%)
Mutual labels:  kirby, kirby-plugin
kirby-blade-template
β¬’ Laravel Blade template component for Kirby CMS.
Stars: ✭ 26 (+73.33%)
Mutual labels:  kirby-cms, kirby-plugin
kirby-highlighter
🌐 Server-side syntax highlighting for the Kirby code block & KirbyText
Stars: ✭ 18 (+20%)
Mutual labels:  kirby, kirby-plugin
kirby-markdown-field
Super-sophisticated markdown editor for Kirby 3, community built.
Stars: ✭ 143 (+853.33%)
Mutual labels:  kirby-cms, kirby-plugin
monochrome
A fully responsive Kirby CMS theme
Stars: ✭ 27 (+80%)
Mutual labels:  kirby, kirby-cms

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].