2. RSCE Input Fields Add yor required RSCE fields!
Add Input Field
{{label.name}}
3. Result
<?php
// rsce_{{file_name}}_config.php
return array(
'label' => array('{{label}}', '{{description}}'),
'types' => array('{{type}}'),
'contentCategory' => 'texts',
'moduleCategory' => 'miscellaneous',
'beTemplate' => 'be_wildcard',
'standardFields' => array('headline', 'cssID'),
'wrapper' => array(
'type' => '{{wrapper_type}}',
),
'fields' => array(
'text' => array(
'label' => array('Text', 'Beschreibung...'),
'eval' => array('rte' => 'tinyMCE'),
'inputType' => 'textarea',
),
),
);