You are here

README.txt in Advanced Entity Tokens 7

     ___       _______  ____    ____  ___      .__   __.   ______  _______  _______
    /   \     |       \ \   \  /   / /   \     |  \ |  |  /      ||   ____||       \
   /  ^  \    |  .--.  | \   \/   / /  ^  \    |   \|  | |  ,----'|  |__   |  .--.  |
  /  /_\  \   |  |  |  |  \      / /  /_\  \   |  . `  | |  |     |   __|  |  |  |  |
 /  _____  \  |  '--'  |   \    / /  _____  \  |  |\   | |  `----.|  |____ |  '--'  |
/__/     \__\ |_______/     \__/ /__/     \__\ |__| \__|  \______||_______||_______/

             _______ .__   __. .___________. __  .___________.____    ____
            |   ____||  \ |  | |           ||  | |           |\   \  /   /
            |  |__   |   \|  | `---|  |----`|  | `---|  |----` \   \/   /
            |   __|  |  . `  |     |  |     |  |     |  |       \_    _/
            |  |____ |  |\   |     |  |     |  |     |  |         |  |
            |_______||__| \__|     |__|     |__|     |__|         |__|

         .___________.  ______    __  ___  _______ .__   __.      _______.
         |           | /  __  \  |  |/  / |   ____||  \ |  |     /       |
         `---|  |----`|  |  |  | |  '  /  |  |__   |   \|  |    |   (----`
             |  |     |  |  |  | |    <   |   __|  |  . `  |     \   \
             |  |     |  `--'  | |  .  \  |  |____ |  |\   | .----)   |
             |__|      \______/  |__|\__\ |_______||__| \__| |_______/

CONTENTS OF THIS FILE
--------------------------------------------------------------------------------

  * Introduction
  * AET Insert
  * Installing

--------------------------------------------------------------------------------
INTRODUCTION
--------------------------------------------------------------------------------

Current Maintainer: Eyal Shalev <eyalsh@gmail.com>

Advanced Entity Tokens (AET) reveals all of Drupal's entities to the token
system by using their entity_id.

This module depends on both the entity_token & token modules.

An example use case of what the module can provide is using taxonomy to manage
your images and then using AET & token_filter to print it in varius text fields.

--------------------------------------------------------------------------------
AET Insert
--------------------------------------------------------------------------------

AET Insert is a UI tool built to allow content managers to use AET tokens.

After enabling the module you will need to navigate to any text field edit page
and click the AET Insert checkbox.

The AET Insert field adds a very simple filtering for AET.

--------------------------------------------------------------------------------
Installing
--------------------------------------------------------------------------------

1. Unpack this module in your modules folder.
3. Enable the AET module in your Drupal site.
4. Enter one of the above examples in a Token supported field (I suggest
   installing token_filter to enable token filtering in general text fields).

File

README.txt
View source
  1. ___ _______ ____ ____ ___ .__ __. ______ _______ _______
  2. / \ | \ \ \ / / / \ | \ | | / || ____|| \
  3. / ^ \ | .--. | \ \/ / / ^ \ | \| | | ,----'| |__ | .--. |
  4. / /_\ \ | | | | \ / / /_\ \ | . ` | | | | __| | | | |
  5. / _____ \ | '--' | \ / / _____ \ | |\ | | `----.| |____ | '--' |
  6. /__/ \__\ |_______/ \__/ /__/ \__\ |__| \__| \______||_______||_______/
  7. _______ .__ __. .___________. __ .___________.____ ____
  8. | ____|| \ | | | || | | |\ \ / /
  9. | |__ | \| | `---| |----`| | `---| |----` \ \/ /
  10. | __| | . ` | | | | | | | \_ _/
  11. | |____ | |\ | | | | | | | | |
  12. |_______||__| \__| |__| |__| |__| |__|
  13. .___________. ______ __ ___ _______ .__ __. _______.
  14. | | / __ \ | |/ / | ____|| \ | | / |
  15. `---| |----`| | | | | ' / | |__ | \| | | (----`
  16. | | | | | | | < | __| | . ` | \ \
  17. | | | `--' | | . \ | |____ | |\ | .----) |
  18. |__| \______/ |__|\__\ |_______||__| \__| |_______/
  19. CONTENTS OF THIS FILE
  20. --------------------------------------------------------------------------------
  21. * Introduction
  22. * AET Insert
  23. * Installing
  24. --------------------------------------------------------------------------------
  25. INTRODUCTION
  26. --------------------------------------------------------------------------------
  27. Current Maintainer: Eyal Shalev
  28. Advanced Entity Tokens (AET) reveals all of Drupal's entities to the token
  29. system by using their entity_id.
  30. This module depends on both the entity_token & token modules.
  31. An example use case of what the module can provide is using taxonomy to manage
  32. your images and then using AET & token_filter to print it in varius text fields.
  33. --------------------------------------------------------------------------------
  34. AET Insert
  35. --------------------------------------------------------------------------------
  36. AET Insert is a UI tool built to allow content managers to use AET tokens.
  37. After enabling the module you will need to navigate to any text field edit page
  38. and click the AET Insert checkbox.
  39. The AET Insert field adds a very simple filtering for AET.
  40. --------------------------------------------------------------------------------
  41. Installing
  42. --------------------------------------------------------------------------------
  43. 1. Unpack this module in your modules folder.
  44. 3. Enable the AET module in your Drupal site.
  45. 4. Enter one of the above examples in a Token supported field (I suggest
  46. installing token_filter to enable token filtering in general text fields).