You are here

commons_wysiwyg.info in Drupal Commons 7.3

name = Commons WYSIWYG
description = Provides a rich text editor for content creation.
package = Commons - Building blocks
core = 7.x

dependencies[] = editor
dependencies[] = editor_ckeditor
dependencies[] = features
dependencies[] = filter
dependencies[] = strongarm

features[features_api][] = api:2
features[filter][] = filtered_html
features[filter][] = full_html
features[user_permission][] = use text format filtered_html

; Manually remove the Entity Embed and Media: WYSIWYG modules as dependencies
; until https://www.drupal.org/node/766264 is fixed which causes Commons WYSIWYG
; to appear overridden due dynamic alterations made to the text format and
; CKEditor profiles by the Commons Media module.
features_exclude[dependencies][media_wysiwyg] = entity_embed
features_exclude[dependencies][entity_embed] = media_wysiwyg

File

modules/commons/commons_wysiwyg/commons_wysiwyg.info
View source
  1. name = Commons WYSIWYG
  2. description = Provides a rich text editor for content creation.
  3. package = Commons - Building blocks
  4. core = 7.x
  5. dependencies[] = editor
  6. dependencies[] = editor_ckeditor
  7. dependencies[] = features
  8. dependencies[] = filter
  9. dependencies[] = strongarm
  10. features[features_api][] = api:2
  11. features[filter][] = filtered_html
  12. features[filter][] = full_html
  13. features[user_permission][] = use text format filtered_html
  14. ; Manually remove the Entity Embed and Media: WYSIWYG modules as dependencies
  15. ; until https://www.drupal.org/node/766264 is fixed which causes Commons WYSIWYG
  16. ; to appear overridden due dynamic alterations made to the text format and
  17. ; CKEditor profiles by the Commons Media module.
  18. features_exclude[dependencies][media_wysiwyg] = entity_embed
  19. features_exclude[dependencies][entity_embed] = media_wysiwyg