https://github.com/gplcart/summernote
A GPL Cart module that adds Summernote WYSIWYG editor
https://github.com/gplcart/summernote
ecommerce gplcart gplcart-module shopping-cart summernote
Last synced: 10 months ago
JSON representation
A GPL Cart module that adds Summernote WYSIWYG editor
- Host: GitHub
- URL: https://github.com/gplcart/summernote
- Owner: gplcart
- License: gpl-3.0
- Created: 2017-04-11T18:12:26.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-22T17:45:51.000Z (about 8 years ago)
- Last Synced: 2024-04-30T22:05:35.390Z (about 2 years ago)
- Topics: ecommerce, gplcart, gplcart-module, shopping-cart, summernote
- Language: PHP
- Size: 1.58 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://scrutinizer-ci.com/g/gplcart/summernote/build-status/master)
[](https://scrutinizer-ci.com/g/gplcart/summernote/?branch=master)
Summernote is a [GPL Cart](https://github.com/gplcart/gplcart) module that adds [Summernote WYSIWYG editor](http://summernote.org) to textareas in admin section
Features:
- Configurable CSS selectors
- Configurable global settings
- Per-input settings to override global settings
**Installation**
This module requires 3-d party library which should be downloaded separately. You have to use [Composer](https://getcomposer.org) to download all the dependencies.
1. From your web root directory: `composer require gplcart/summernote`. If the module was downloaded and placed into `system/modules` manually, run `composer update` to make sure that all 3-d party files are presented in the `vendor` directory.
2. Go to `admin/module/list` end enable the module
3. Adjust settings on `admin/module/settings/summernote`