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.
- Host: GitHub
- URL: https://github.com/dmatthew/magento2-widget-parameters
- Owner: dmatthew
- License: mit
- Created: 2018-04-08T15:18:07.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-05-16T15:56:15.000Z (about 4 years ago)
- Last Synced: 2026-01-14T14:04:22.626Z (5 months ago)
- Topics: magento2, magento2-module
- Language: PHP
- Size: 172 KB
- Stars: 56
- Watchers: 4
- Forks: 25
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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...
```

### Textarea
```xml
Body Text
```

### Wysiwyg
```xml
Body Text
```

## License
[MIT](/LICENSE.txt)
## Attribution
This software uses Open Source software. See the [ATTRIBUTION](ATTRIBUTION.md) page for these projects.