block_class.info |
block_class.info |
|
name = Block Class
description = Allows assigning CSS classes to blocks.
core = 7.x
dependencies[] = block
files[] = block_class.test
test_dependencies[] = context
test_dependencies[] = features (2.x)
test_dependencies[] =… |
block_class.install |
block_class.install |
|
Install, update and uninstall functions for the block_class module. |
block_class.module |
block_class.module |
|
Enhanced control over the CSS Classes of any Block. |
block_class.test |
block_class.test |
|
Test the Block Class module. |
block_class_fe_block_test.features.fe_block_settings.inc |
tests/block_class_fe_block_test.features.fe_block_settings.inc |
|
block_class_fe_block_test.features.fe_block_settings.inc |
block_class_fe_block_test.info |
tests/block_class_fe_block_test.info |
|
name = Block Class FE Block Integration Test Helper
description = Helper module for testing the integration of Block Class with Features through the FE Block module.
core = 7.x
package = Features
dependencies[] = fe_block
features[fe_block_settings][]… |
block_class_fe_block_test.module |
tests/block_class_fe_block_test.module |
|
Drupal needs this blank file. |
README.txt |
README.txt |
|
CONTENTS OF THIS FILE
---------------------
* Introduction
* Requirements
* Installation
* Configuration
* Maintainers
INTRODUCTION
------------
Block Class allows users to add classes to any block through the block's
configuration… |