contrib modules security updates
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
/**
|
||||
* @file
|
||||
* block_class_fe_block_test.features.fe_block_settings.inc
|
||||
*/
|
||||
|
||||
/**
|
||||
* Implements hook_default_fe_block_settings().
|
||||
*/
|
||||
function block_class_fe_block_test_default_fe_block_settings() {
|
||||
$export = array();
|
||||
|
||||
$export['version'] = '2.0';
|
||||
|
||||
$export['user-online'] = array(
|
||||
'cache' => -1,
|
||||
'css_class' => 'fe_block-class1 fe_block-class2 fe_block-class3',
|
||||
'custom' => 0,
|
||||
'delta' => 'online',
|
||||
'module' => 'user',
|
||||
'node_types' => array(),
|
||||
'pages' => '<front>',
|
||||
'roles' => array(),
|
||||
'themes' => array(
|
||||
'bartik' => array(
|
||||
'region' => 'content',
|
||||
'status' => 1,
|
||||
'theme' => 'bartik',
|
||||
'weight' => -7,
|
||||
),
|
||||
),
|
||||
'title' => 'Block Class Test Who\'s Online with FE Block',
|
||||
'visibility' => 1,
|
||||
);
|
||||
|
||||
return $export;
|
||||
}
|
@@ -0,0 +1,15 @@
|
||||
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][] = user-online
|
||||
features[features_api][] = api:2
|
||||
hidden = TRUE
|
||||
|
||||
; Information added by Drupal.org packaging script on 2015-12-18
|
||||
version = "7.x-2.3"
|
||||
core = "7.x"
|
||||
project = "block_class"
|
||||
datestamp = "1450415951"
|
||||
|
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
/**
|
||||
* @file
|
||||
* Drupal needs this blank file.
|
||||
*/
|
Reference in New Issue
Block a user