1
|
$Id:
|
2
|
|
3
|
Description
|
4
|
===========
|
5
|
This module allows you to insert tokens into a textarea. It supports both plain text and wysiwyg textareas. The format used for the insert is compatible with Token filter.
|
6
|
|
7
|
This module contains three modules:
|
8
|
|
9
|
- Token insert UI: Allows you to select which tokens are available for the insert, by default all tokens are shown. This module doesn't have to be enabled to use the others.
|
10
|
- Token insert (text): Add a fieldset under each textarea, works for both plain text fields and wysiwyg fields.
|
11
|
- Token insert (wysiwyg): Adds an extra button to wysiwyg editors and opens a popup to select the token to insert.
|
12
|
|
13
|
Instructions
|
14
|
============
|
15
|
1. Install the module
|
16
|
2. Configure available tokens at admin/config/content/token_insert
|
17
|
3. Enable Token Insert for each field that requires it
|
18
|
a. Go to admin/structure/types/manage/
|
19
|
b. Select "Manage Fields" for content type you would like to add Token Insert to
|
20
|
c. Select "Edit" for the field you would like to add Token Insert to
|
21
|
d. Find the "Token Insert" fieldset and check "Use Token Insert for this field"
|
22
|
e. Configure permissions for "use token insert" at admin/people/permissions
|
23
|
|
24
|
Dependencies
|
25
|
============
|
26
|
-Token
|
27
|
Recommended
|
28
|
===========
|
29
|
- Token filter
|
30
|
|
31
|
Thanks to
|
32
|
=========
|
33
|
- Attiks
|
34
|
- Jelle
|
35
|
|