archey347/uf-wysiwyg-web-editor-adapter

v0.0.3 2019-01-25 23:29 UTC

This package is auto-updated.

Last update: 2024-04-29 03:57:12 UTC


README

UserFrosting Sprinkle to allow usage with a Wysiwyg web builder

Installing

Modify your sprinkles.json with the following:

{
    "require": {
        "archey347/uf-wysiwyg-web-editor-adapter ": "~v0.0.2"
    },
    "base": [
        "core",
        "account",
        "admin",
        "WAdapter"
    ]
}