You are here

README.txt in Boxes 7.2

Same filename and directory in other branches
  1. 6 README.txt
  2. 7 README.txt
Boxes
==================================

The boxes module was upgraded in 2.x to have the flexibility of
Block as Entities without adding it to the Node space.

Box Types
----------

A Box Type (or Block Type) is a bundle of boxes (blocks).
Each Box type is defined by a ctools plugin and are fieldable.
Currently Box Types are only defined in hook_bean_plugins().

If you enable boxes_admin_ui you can add/edit box types at
admin/structure/block-types

Boxes
-----

Boxes can be added at block/add

Example Box Type Plugins
-------------------------
TBD...

File

README.txt
View source
  1. Boxes
  2. ==================================
  3. The boxes module was upgraded in 2.x to have the flexibility of
  4. Block as Entities without adding it to the Node space.
  5. Box Types
  6. ----------
  7. A Box Type (or Block Type) is a bundle of boxes (blocks).
  8. Each Box type is defined by a ctools plugin and are fieldable.
  9. Currently Box Types are only defined in hook_bean_plugins().
  10. If you enable boxes_admin_ui you can add/edit box types at
  11. admin/structure/block-types
  12. Boxes
  13. -----
  14. Boxes can be added at block/add
  15. Example Box Type Plugins
  16. -------------------------
  17. TBD...