nodeloc/flarum-ext-my-emoji

Simple emoji manager for Flarum.

Installs: 211

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

Type:flarum-extension

1.0.1 2024-04-04 02:19 UTC

This package is auto-updated.

Last update: 2024-05-04 02:31:34 UTC


README

MIT license Latest Stable Version Total Downloads

Simple emoji manager for Flarum. Modify from flamoji.

Installation

composer require nodeloc/flarum-ext-my-emoji

Updating

composer update nodeloc/flarum-ext-my-emoji
php flarum migrate
php flarum assets:publish
php flarum cache:clear

Import and Export Configurations

I added these features so we can share our custom emoji configurations. Just use the "Export JSON" button from the extension's settings page to export your configuration and "Import JSON" button to import others. However, importing action will only import the configuration, not the image files. You still need to upload those images manually into your server.

Links