forked from wellebee/viewfield
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
39 lines (24 loc) · 1.06 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
-- SUMMARY --
Defines a field type to display a view.
Nodes hold content. Views save queries. Wouldn't be great if a node could hold a
saved query? Now it can.
Viewfield is a field type module that allows to render a particular view within
a field of an entity. When creating an entity, users can select the view to
render from a list of views. When the entity is displayed, the view is run and
the content is inserted into the field.
For a full description of the module, visit the project page:
http://drupal.org/project/viewfield
To submit bug reports and feature suggestions, or to track changes:
http://drupal.org/project/issues/viewfield
-- REQUIREMENTS --
* Views
* Field
-- INSTALLATION --
* Install as usual, see http://drupal.org/node/70151 for further information.
-- CONTACT --
Current maintainers:
* Keith Morgan (keithm) - http://drupal.org/user/691250
* Daniel F. Kudwien (sun) - http://drupal.org/user/54136
Previous maintainers:
* Jeremiah Davis (jerdavis) - http://drupal.org/user/228997
* Mark Fredrickson (mfredrickson) - http://drupal.org/user/31994