<?php
// rsce_my_element_config.php
return array(
    'label' => array('Spalten Trenner: Start', ''),
    'types' => array('content'),
    'contentCategory' => 'Spalten',
    'moduleCategory' => 'miscellaneous',
    'standardFields' => array('cssID'),
    'wrapper' => array(
        'type' => 'start',
    ),
    'wrapperClose' => 'rsce_row4sepend',
    'fields' => array(
        'background_color' => array(
            'label' => array('Spalten-Hintergrundfarbe', 'In HEX oder rgb(a) angeben, funktioniert bei 2 Spalten!'),
            'inputType' => 'text',
            'eval' => array('tl_class' => 'w50'),
        ),
    ),
);