An open API service indexing awesome lists of open source software.

https://github.com/dmatthew/magento2-widget-parameters

Useful widget types for Magento 2 like image selector and wysiwyg text editor.
https://github.com/dmatthew/magento2-widget-parameters

magento2 magento2-module

Last synced: 5 months ago
JSON representation

Useful widget types for Magento 2 like image selector and wysiwyg text editor.

Awesome Lists containing this project

README

          

# Magento Widget Parameters

Useful widget parameter types for improved CMS Page building in Magento 2. Adds new parameter types like an image selector, wysiwyg text editor, or textarea. You can now use these parameter types in your custom widgets.

## How to Use

### Image Selector

```xml

Background Image



Choose Image...


```

![Image Chooser](docs/screenshots/ImageChooserWidgetParameter.png)

### Textarea

```xml

Body Text

```

![Image Chooser](docs/screenshots/TextareaWidgetParameter.png)

### Wysiwyg

```xml

Body Text

```

![Image Chooser](docs/screenshots/WysiwygWidgetParameter.png)

## License

[MIT](/LICENSE.txt)

## Attribution

This software uses Open Source software. See the [ATTRIBUTION](ATTRIBUTION.md) page for these projects.