You are here

README.txt in Panelizer 6

About

Panelizer allows you to treat any node type as a panel node. You can provide default panels, per node type, and control both the available content and available layouts, also per node type.

Installing

Install this through the normal Drupal method of putting the module in sites/all/modules and going to admin/build/modules to activate it.

It requires Panels and Page Manager.

Initial configuration

Visit administer >> settings >> panelizer to enable the module for the node types you need. 

Ensure that the node template system page is enabled.

API

@todo
  drupal_alter('panelizer_default_types', $types, 'node');

Future functionality
  - Allow panels for different build modes -- this is tricky
  - Fully implement the ability to choose from different defaults and restrict custom panel per node
  - Implement user panelizer
  - Implement panel subtabs. i.e, allow node/27/arbitrarylink to be a subtab of a node, using panelizer.

File

README.txt
View source
  1. About
  2. Panelizer allows you to treat any node type as a panel node. You can provide default panels, per node type, and control both the available content and available layouts, also per node type.
  3. Installing
  4. Install this through the normal Drupal method of putting the module in sites/all/modules and going to admin/build/modules to activate it.
  5. It requires Panels and Page Manager.
  6. Initial configuration
  7. Visit administer >> settings >> panelizer to enable the module for the node types you need.
  8. Ensure that the node template system page is enabled.
  9. API
  10. @todo
  11. drupal_alter('panelizer_default_types', $types, 'node');
  12. Future functionality
  13. - Allow panels for different build modes -- this is tricky
  14. - Fully implement the ability to choose from different defaults and restrict custom panel per node
  15. - Implement user panelizer
  16. - Implement panel subtabs. i.e, allow node/27/arbitrarylink to be a subtab of a node, using panelizer.