jvmtech/emoji

Last activity 20 Aug 2022 1 195
composer require jvmtech/emoji

Emoji picker for Neos CMS inspector

1.0.1

Version
1.0.1
Type
neos-plugin
Release Date
Aug 20, 2022 04:52
Source
git
Distribution
zip
Requires
  • neos/neos-ui: >=5.3
0421a9bcdb2a4887835641dcec3549914cdafdbe

Readme excerpt

JvMTECH.Emoji

Emoji inspector editor for Neos CMS using emoji-mart.

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 …
Read more
The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 13 package(s).