PP WYSIWYG
Categories
Component ID
2196321
Component name
PP WYSIWYG
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
244
Component created
Component changed
Component body
Overview
Wysiwyg feature of the PP profile (http://drupal.org/project/pp).
Features
- Download Wysiwyg module to contib
- Download CKEditor(ckeditor_4.3.2_full) to libraries
- Сonfigures Wysiwyg to use CKEditor for full html text format
Requirements
- Libraries module (http://drupal.org/project/libraries)
- Drush (https://github.com/drush-ops/drush)
Instalation
For install this module in your custom project you need do this steps:
- (If you don't have core.make) Create in core directory empty core.make
- Add to your core make file those lines
- Exucute in console
- Enable module in http://your-site.com/admin/modules
- Enjoy
projects[pp_wysiwyg][type] = "module"
projects[pp_wysiwyg][subdir] = "custom"
projects[pp_wysiwyg][download][type] = "git"drush make core-make-file.make
ordrush make --no-core core-make-file.make
if you have core
