Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Wamoco/magento2-editorjs
EditorJS Integration for Magento 2
https://github.com/Wamoco/magento2-editorjs
Last synced: 3 months ago
JSON representation
EditorJS Integration for Magento 2
- Host: GitHub
- URL: https://github.com/Wamoco/magento2-editorjs
- Owner: Wamoco
- License: mit
- Created: 2021-06-22T19:47:30.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-23T17:09:21.000Z (over 3 years ago)
- Last Synced: 2024-04-24T17:27:24.806Z (7 months ago)
- Language: JavaScript
- Size: 246 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-editorjs - magento2-editorjs
README
# EditorJS Integration for Magento 2
This module replaces the wysiwyg editor for cms pages with [EditorJS](https://editorjs.io/).
![](img/Selection_876.jpg)
## Installation
Please note: the module is not yet publicly available on packagist. Repositories have to be added manually.
composer config repositories.wamoco-editorjs vcs [email protected]:Wamoco/magento2-editorjs.git
composer require wamoco/magento2-editorjs
bin/magento module:enable Wamoco_EditorJS
bin/magento setup:upgrade## Key Features
**Widget Integration**
Module includes a custom Magento Widget Tool for inserting Magento Widgets into your content.
**MediaBrowser**
Select Images from Magento's media selector and insert.
**Image Upload**
Uploader integration to upload new images into media storage directly from the image tool.
# Known Issues
* Not backwards compatible: existing html page content will be overwritten.
* Currently only working for cms page. Not working for:
* product description and short description
* category description
* cms block content# Team
Agency for Magento and Web Development based in Bremen, Germany.
Feel free to contact us: [email protected]
[wamoco.de](https://wamoco.de)
## License
[![License](http://img.shields.io/:license-mit-blue.svg?style=flat-square)](http://badges.mit-license.org)
- **[MIT license](http://opensource.org/licenses/mit-license.php)**
- Copyright 2021 © Wamoco.