boxes.admin.inc |
boxes.admin.inc |
|
|
boxes.css |
boxes.css |
|
.script-placeholder {
padding:100px 0px;
text-align:center;
}
/* Default state */
.boxes-box-controls .cancel { display:none; }
/* Editing state */
.boxes-box-editing .boxes-box-controls .edit { display:none; }
.boxes-box-editing… |
boxes.info |
boxes.info |
|
name = "Boxes"
description = "Provides exports for custom blocks and spaces integration."
core = "6.x"
dependencies[] = "ctools"
dependencies[] = "block" |
boxes.install |
boxes.install |
|
|
boxes.module |
boxes.module |
|
|
boxes.test |
tests/boxes.test |
|
|
boxes_box.inc |
plugins/boxes_box.inc |
|
|
boxes_simple.inc |
plugins/boxes_simple.inc |
|
|
README.txt |
README.txt |
|
# Boxes
Boxes module is a reimplementation of the custom blocks (boxes) that the core
block module provides. It is a proof of concept for what a re-worked block
module could do.
The module assumes that custom blocks are configuration, and not… |
spaces_controller_boxes.inc |
plugins/spaces_controller_boxes.inc |
|
|