You are here

README.txt in Display Suite 7

The extras module contains functionality that is not often used. It holds
following functionality:

 - switch view modes: switch view mode on a per node basis.
 - block region: add regions which will be exposed as blocks.
 - extra fields: expose extra fields defined by other modules.
 - field templates: overwrite any field with custom markup.
 - panel view modes: use the panels layout editor instead of field ui.
 - switch view mode field: switch from one view mode to another inline.
 - page title options: hide the page title or manually set (with substitutions).
 - revision view mode: overrides page callback of node revisions and
   adds extra view mode called "Revision".
 - contextual links: add the 'manage display' link to contextual links 
   and on the full page view of nodes, users and terms.
 - Views displays: render views (row fields) into a different layout.
     Important: If you are creating new ds fields for vd,
     check ds_vd_render_title_field() how to return the content.
 
Any other functionality will be included in this module.

File

modules/ds_extras/README.txt
View source
  1. The extras module contains functionality that is not often used. It holds
  2. following functionality:
  3. - switch view modes: switch view mode on a per node basis.
  4. - block region: add regions which will be exposed as blocks.
  5. - extra fields: expose extra fields defined by other modules.
  6. - field templates: overwrite any field with custom markup.
  7. - panel view modes: use the panels layout editor instead of field ui.
  8. - switch view mode field: switch from one view mode to another inline.
  9. - page title options: hide the page title or manually set (with substitutions).
  10. - revision view mode: overrides page callback of node revisions and
  11. adds extra view mode called "Revision".
  12. - contextual links: add the 'manage display' link to contextual links
  13. and on the full page view of nodes, users and terms.
  14. - Views displays: render views (row fields) into a different layout.
  15. Important: If you are creating new ds fields for vd,
  16. check ds_vd_render_title_field() how to return the content.
  17. Any other functionality will be included in this module.