protected property ddblockConfigurationSettings::$settings in Dynamic display block 7
Type: array default configuration settings
File
- ./
ddblock.class.php, line 7
Class
Code
protected $settings = array(
'content_type' => array(
'format' => '%s',
'value' => 'none',
),
'folder' => array(
'format' => '%s',
'value' => 'images/ddblock',
),
'ignore_files' => array(
'format' => '%s',
'value' => '',
),
'input_type' => array(
'format' => '%s',
'value' => 'images',
),
'nodes' => array(
'format' => '%s',
'value' => '',
),
'node_body_teaser' => array(
'format' => '%s',
'value' => 'body',
),
'order' => array(
'format' => '%s',
'value' => 'asc',
),
'output' => array(
'format' => '%s',
'value' => 'view_content',
),
'widget' => array(
'format' => '%s',
'value' => 'cycle',
),
);