Skip to content

SunLabDev/wn-emojipicker-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EmojiPicker

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

emoji-picker

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