sunlab / wn-emojipicker-plugin
An Emoji Picker form widget
Installs: 22
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 1
Language:JavaScript
Type:winter-plugin
Requires
- php: >=7.0
- composer/installers: ~1.0
This package is auto-updated.
Last update: 2024-10-29 06:06:13 UTC
README
This plugin allows you to search emoji through an API.
Once you've added the emoji picker form widget to your form:
- use it to search emoji by keywords
- click on the emoji you want to copy
- paste it to the field you want
Requirements
To use this plugin, you'll need to create an API key from Emoji-API.com and fill your credentials on the backend settings
Installation
composer require sunlab/wn-emojipicker-plugin
How to use
When you want to display the widget, just use it in your fields.yaml file.
Because this field is not intended to receive or return any value,
you need to prefix it by an underscore :
form: fields: _emoji: label: Emoji Picker type: emojipicker