dxpr_theme_helper.strongarm.inc in DXPR Theme Helper 7
File
dxpr_theme_helper.strongarm.inc
View source
<?php
function dxpr_theme_helper_strongarm() {
$export = array();
$strongarm = new stdClass();
$strongarm->disabled = FALSE;
$strongarm->api_version = 1;
$strongarm->name = 'uuid_features_entity_field_collection_item_field_dxpr_theme_content_design';
$strongarm->value = 'field_dxpr_theme_content_design';
$export['uuid_features_entity_field_collection_item_field_dxpr_theme_content_design'] = $strongarm;
return $export;
}