verbb / vizy

A flexible visual editor for Craft CMS
Other
44 stars 8 forks source link

Allow emojis in main rich text section #105

Closed sjcallender closed 2 years ago

sjcallender commented 2 years ago

What are you trying to do?

I would like to be able to include emojis in the rich text section of a Vizy field as shown below.

image

What's your proposed solution?

@engram-design works some majik and makes it possible?

Additional context

You're our favorite person.

engram-design commented 2 years ago

Added for the next release. To get this early, change your verbb/vizy requirement in composer.json to:

"require": {
  "verbb/vizy": "dev-craft-3 as 1.0.9",
  "...": "..."
}

Then run composer update.

sjcallender commented 2 years ago

Awesome. Thanks, Josh.

engram-design commented 2 years ago

Added in 1.0.10