jvmtech/emoji

Letzte Aktivität 07 Jan 2021 59
composer require jvmtech/emoji

Emoji picker for Neos CMS inspector

1.0.0

Version
1.0.0
Type
neos-plugin
Release Date
Jan 07, 2021 09:31
Source
git
Distribution
zip
Requires
f314bee2c2fd0893dcfba2961f8640de65ee0c91

JvMTECH.Emoji

Latest Stable Version License

Emoji inspector editor for Neos CMS using emoji-mart.

JvMTECH.Emoji

Installation

composer require jvmtech/emoji

Usage

NodeType

It is important to use type array for your property.

properties:
  emoji:
    type: array
    ui:
      label: 'Emoji'
      inspector:
        editor: 'JvMTECH.Emoji/EmojiEditor'

Fusion

In your fusion prototype, the emoji can be output as follows:

prototype(Your.Package:Emoji) < prototype(Neos.Fusion:Component) {
    emoji = ${q(node).property('emoji')}
    renderer = afx`<div @if.has={props.emoji}>{props.emoji.native}</div>`
}

The following object keys are available:

{
  id: 'smiley',
  name: 'Smiling Face with Open Mouth',
  colons: ':smiley:',
  text: ':)',
  emoticons: [
    '=)',
    '=-)'
  ],
  skin: null,
  native: '😃'
}
The content of the readme is provided by Github
The same vendor provides 4 package(s).