array( 'de' => array( 'Wochenplan', 'Ansicht eines Wochenplan', ), 'en' => array( 'Weekly Schedule', 'View of a weekly schedule', ), ), 'types' => array('content'), 'contentCategory' => 'texts', 'standardFields' => array('image'), 'fields' => array( 'title' => array( 'label' => array('Titel', 'z.B. 4. Wochenplan'), 'inputType' => 'text', ), 'date' => array( 'label' => array('Datum', 'z.B. 4.5.–10.5.2020'), 'inputType' => 'text', ), 'multiSRC' => array( 'inputType' => 'standardField', 'eval' => array ( 'filesOnly' => true ), ), ), );