Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.
/ kirby3-field-ecco Public archive

Kirby Field Method to ecco strings based on boolval of Field

License

Notifications You must be signed in to change notification settings

bnomei/kirby3-field-ecco

Repository files navigation

Tip

This plugin has been merged with Janitor.

Kirby Field Ecco

Release Downloads Twitter

Kirby Field Method to ecco strings based on boolval/isEmpty of a Field.

Installation

  • unzip master.zip as folder site/plugins/kirby3-field-ecco or
  • git submodule add https://github.com/bnomei/kirby3-field-ecco.git site/plugins/kirby3-field-ecco or
  • composer require bnomei/kirby3-field-ecco

Usage

in php code

echo $page->myBoolField()->ecco('Yes please. 👍', 'OMG NO! 👎');
echo $page->selectField()->ecco('has a value', 'is empty');

or in blueprint template language

{{ page.myBoolField.ecco('Yes please. 👍', 'OMG NO! 👎') }}
{{ page.selectField.ecco('has a value', 'is empty') }}

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.