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

  1. Download Wysiwyg module to contib
  2. Download CKEditor(ckeditor_4.3.2_full) to libraries
  3. Сonfigures Wysiwyg to use CKEditor for full html text format

Requirements

  1. Libraries module (http://drupal.org/project/libraries)
  2. Drush (https://github.com/drush-ops/drush)

Instalation

For install this module in your custom project you need do this steps:

  1. (If you don't have core.make) Create in core directory empty core.make
  2. Add to your core make file those lines
  3. projects[pp_wysiwyg][type] = "module"
    projects[pp_wysiwyg][subdir] = "custom"
    projects[pp_wysiwyg][download][type] = "git"
  4. Exucute in console
  5. drush make core-make-file.make
    or
    drush make --no-core core-make-file.make
    if you have core

  6. Enable module in http://your-site.com/admin/modules
  7. Enjoy