dmatthew / magento2-widget-parameters

Useful widget types for Magento 2 like image selector and wysiwyg text editor.
MIT License
56 stars 24 forks source link

On setup:di:compile, error message is printed #3

Closed nelero closed 6 years ago

nelero commented 6 years ago

hi, I added your code in app/code/DMatthew/WdigetParameters

Running setup:di:compile, i receive :

[InvalidArgumentException] Plugin class Dmatthew\WidgetParameters\Block\Plugin\Adminhtml\Wysiwyg\Images\Content doesn't exist

How to fix this ? Thanks

dmatthew commented 6 years ago

@nelero It looked like a file was missing. I added the missing file. Try it out again with the master branch.

nelero commented 6 years ago

@dmatthew thanks, it works !