You are here

protected property ddblockCycleMappingSettings::$settings in Dynamic display block 7

Type: array default configuration settings

File

./ddblock.class.php, line 172

Class

ddblockCycleMappingSettings

Code

protected $settings = array(
  0 => array(
    'target' => 'node_id',
    'source' => '',
  ),
  1 => array(
    'target' => 'slide_image',
    'source' => '',
  ),
  2 => array(
    'target' => 'slide_title',
    'source' => '',
  ),
  3 => array(
    'target' => 'slide_text',
    'source' => '',
  ),
  4 => array(
    'target' => 'slide_read_more',
    'source' => '',
  ),
  5 => array(
    'target' => 'pager_image',
    'source' => '',
  ),
  6 => array(
    'target' => 'pager_text',
    'source' => '',
  ),
  7 => array(
    'target' => '',
    'source' => '',
  ),
  8 => array(
    'target' => '',
    'source' => '',
  ),
  9 => array(
    'target' => '',
    'source' => '',
  ),
  10 => array(
    'target' => '',
    'source' => '',
  ),
  11 => array(
    'target' => '',
    'source' => '',
  ),
  12 => array(
    'target' => '',
    'source' => '',
  ),
  13 => array(
    'target' => '',
    'source' => '',
  ),
  14 => array(
    'target' => '',
    'source' => '',
  ),
  15 => array(
    'target' => '',
    'source' => '',
  ),
);