You are here

README.txt in Entity Share 7

SUMMARY
-------

Entity Share Taxonomy allows to manage taxonomy terms in content.

HOW DOES IT WORK
----------------

It implements the hook_es_export_field_data_alter() 
and hook_es_import_field_data_alter() hooks.

INSTALLATION
------------

1. Place this module directory in your modules folder 
   (this will usually be "sites/all/modules").
2. Go to "Administer" -> "Site building" -> "Modules" and enable the module.

REQUIREMENTS
------------

- entity_share
- taxonomy

File

modules/entity_share_taxonomy/README.txt
View source
  1. SUMMARY
  2. -------
  3. Entity Share Taxonomy allows to manage taxonomy terms in content.
  4. HOW DOES IT WORK
  5. ----------------
  6. It implements the hook_es_export_field_data_alter()
  7. and hook_es_import_field_data_alter() hooks.
  8. INSTALLATION
  9. ------------
  10. 1. Place this module directory in your modules folder
  11. (this will usually be "sites/all/modules").
  12. 2. Go to "Administer" -> "Site building" -> "Modules" and enable the module.
  13. REQUIREMENTS
  14. ------------
  15. - entity_share
  16. - taxonomy