1
|
|
2
|
The extras module contains functionality that is not often used. It holds
|
3
|
following functionality:
|
4
|
|
5
|
- switch view modes: switch view mode on a per node basis.
|
6
|
- block region: add regions which will be exposed as blocks.
|
7
|
- extra fields: expose extra fields defined by other modules.
|
8
|
- field permissions: add view permissions on DS fields.
|
9
|
- Flag: expose flags as fields
|
10
|
- Hidden region: region which in case it has fields will not be printed.
|
11
|
- field templates: overwrite any field with custom markup.
|
12
|
- switch view mode field: switch from one view mode to another inline.
|
13
|
- page title options: hide the page title or manually set (with substitutions).
|
14
|
- contextual links: add the 'manage display' link to contextual links
|
15
|
and on the full page view of nodes, users and terms.
|
16
|
- Views displays: render views (row fields) into a different layout.
|
17
|
Important: If you are creating new ds fields for vd,
|
18
|
check ds_vd_render_title_field() how to return the content.
|
19
|
|
20
|
Any other functionality will be included in this module.
|