Add Cms Links tools in tinyMce Editor for prestashop 1.7
It allows you to insert dynamics links using rich editor TinyMCE, like :
- Product
- Product Files
- Category product
- Cms
- Category Cms
- Supplier
- Manufacturer
- All other link ( account / contact / cart / search / sitemap ... )
Exemple :
- PrestaShop 1.6.x ❌ ( look here => https://github.com/SeyitDuman/prestashop_eicmslinks )
- PrestaShop 1.7.1 to 1.7.x ✅
- Multilanguage ✅
- Multistore ✅
- Module using custom TinyMCE plugin ❌
- Minimum PHP version 7.0 for PrestaShop 1.7.1 to 1.7.5 ~ 1.7.6
- Minimum PHP version 7.1 for PrestaShop 1.7.x
- Recommended PHP version => ( More info => https://devdocs.prestashop.com/1.7/basics/installation/system-requirements/ )
Released under the MIT license - http://opensource.org/licenses/MIT
Let's get on with it!
PR on branch develop please
- Download ZIP from Latest release.
- Install it through prestashop back office in "Alls Shop" Context if in multistore
- After install, module add automatically plugin to rich editor TinyMCE
For development
We use Webpack to compile our javascript and scss files. In order to compile those files, you must :
- have Node 14 installed locally
- run
npm install
in the root folder to install dependencies - then run
npm run watch
to compile assets and watch for file changes
For production
Run npm run build
to compile for production.
Files are minified, console.log
and comments dropped.
If this project help you reduce time to develop, you can give me a cup of coffee :)