creativeorange / craft-article

Edit richt text content in Craft CMS using Article by Imperavi.
Other
7 stars 3 forks source link

Plugins do not load #26

Closed bryanredeagle closed 5 months ago

bryanredeagle commented 6 months ago

When I add plugins to the config, they do not load. In fact, none of the plugins other than the custom craft plugins load. Here is my definition with my config:

"plugins": [
        "craft-image",
        "craft-image-editor",
        "craft-link",
        "imageposition",
        "reorder",
        "underline",
        "removeformat",
        "selector",
        "blockcode",
        "inlineformat",
        "fontcolor",
        "imageresize"
],

I attempted to download the plugins and place them in the /web/article folder, but they still did not load. Any suggestions?

I am running v3.0.0 on Craft 4.7.1.

Thanks!

Edsardio commented 5 months ago

Hi @bryanredeagle

I've just created version v3.1.0 which should fix this issue. If you have any other questions please let us know!