<?php // rsce_my_element_config.php return array( 'label' => array('Custom | Modales Fenster für Aktionen (actionmodal)', ''), 'types' => array('content'), 'contentCategory' => 'texts', 'moduleCategory' => 'miscellaneous', 'standardFields' => array('cssID'), 'wrapper' => array( 'type' => 'none', ), 'fields' => array( 'settings_modal' => array( 'label' => array('Einstellungen für modales Fenster', ''), 'inputType' => 'group', ), 'modal_headline' => array( 'label' => array('Überschrift für Modal-Header', 'Wenn leer, wird der Header ausgeblendet'), 'inputType' => 'text', ), 'modal_size' => array( 'label' => array( 'de' => array('Größe des modalen Fensters', ''), ), 'inputType' => 'select', 'options' => array( '' => 'Standard', 'modal-sm' => 'Klein', 'modal-lg' => 'Groß', 'modal-xl' => 'Sehr groß', ), 'eval' => array('tl_class' => 'w50'), ), 'animation_type' => array( 'label' => array( 'de' => array('Art der Einblendeanimation', 'Siehe https://animate.style/ für Beispiele'), ), 'inputType' => 'select', 'options' => array( /* Fading entrances */ 'animate__fadeInUp' => 'fadeInUp (Meistens Standard)', 'no-animation' => 'Keine Animation', 'animate__fadeIn' => 'fadeIn', 'animate__fadeInDown' => 'fadeInDown', 'animate__fadeInDownBig' => 'fadeInDownBig', 'animate__fadeInLeft' => 'fadeInLeft', 'animate__fadeInLeftBig' => 'fadeInLeftBig', 'animate__fadeInRight' => 'fadeInRight', 'animate__fadeInRightBig' => 'fadeInRightBig', 'animate__fadeInUpBig' => 'fadeInUpBig', 'animate__fadeInTopLeft' => 'fadeInTopLeft', 'animate__fadeInTopRight' => 'fadeInTopRight', 'animate__fadeInBottomLeft' => 'fadeInBottomLeft', 'animate__fadeInBottomRight' => 'fadeInBottomRight', /* Attention seekers */ 'animate__bounce' => 'bounce', 'animate__flash' => 'flash', 'animate__pulse' => 'pulse', 'animate__rubberBand' => 'rubberBand', 'animate__shakeX' => 'shakeX', 'animate__shakeY' => 'shakeY', 'animate__headShake' => 'headShake', 'animate__swing' => 'swing', 'animate__tada' => 'tada', 'animate__wobble' => 'wobble', 'animate__jello' => 'jello', 'animate__heartBeat' => 'heartBeat', /* Back entrances */ 'animate__backInDown' => 'backInDown', 'animate__backInLeft' => 'backInLeft', 'animate__backInRight' => 'backInRight', 'animate__backInUp' => 'backInUp', /* Back exits */ 'animate__backOutDown' => 'backOutDown', 'animate__backOutLeft' => 'backOutLeft', 'animate__backOutRight' => 'backOutRight', 'animate__backOutUp' => 'backOutUp', /* Bouncing entrances */ 'animate__bounceIn' => 'bounceIn', 'animate__bounceInDown' => 'bounceInDown', 'animate__bounceInLeft' => 'bounceInLeft', 'animate__bounceInRight' => 'bounceInRight', 'animate__bounceInUp' => 'bounceInUp', /* Bouncing exits */ 'animate__bounceOut' => 'bounceOut', 'animate__bounceOutDown' => 'bounceOutDown', 'animate__bounceOutLeft' => 'bounceOutLeft', 'animate__bounceOutRight' => 'bounceOutRight', 'animate__bounceOutUp' => 'bounceOutUp', /* Fading exits */ 'animate__fadeOut' => 'fadeOut', 'animate__fadeOutDown' => 'fadeOutDown', 'animate__fadeOutDownBig' => 'fadeOutDownBig', 'animate__fadeOutLeft' => 'fadeOutLeft', 'animate__fadeOutLeftBig' => 'fadeOutLeftBig', 'animate__fadeOutRight' => 'fadeOutRight', 'animate__fadeOutRightBig' => 'fadeOutRightBig', 'animate__fadeOutUp' => 'fadeOutUp', 'animate__fadeOutUpBig' => 'fadeOutUpBig', 'animate__fadeOutTopLeft' => 'fadeOutTopLeft', 'animate__fadeOutTopRight' => 'fadeOutTopRight', 'animate__fadeOutBottomRight' => 'fadeOutBottomRight', 'animate__fadeOutBottomLeft' => 'fadeOutBottomLeft', /* Flippers */ 'animate__flip' => 'flip', 'animate__flipInX' => 'flipInX', 'animate__flipInY' => 'flipInY', 'animate__flipOutX' => 'flipOutX', 'animate__flipOutY' => 'flipOutY', /* Lightspeed */ 'animate__lightSpeedInRight' => 'lightSpeedInRight', 'animate__lightSpeedInLeft' => 'lightSpeedInLeft', 'animate__lightSpeedOutRight' => 'lightSpeedOutRight', 'animate__lightSpeedOutLeft' => 'lightSpeedOutLeft', /* Rotating entrances */ 'animate__rotateIn' => 'rotateIn', 'animate__rotateInDownLeft' => 'rotateInDownLeft', 'animate__rotateInDownRight' => 'rotateInDownRight', 'animate__rotateInUpLeft' => 'rotateInUpLeft', 'animate__rotateInUpRight' => 'rotateInUpRight', /* Rotating exits */ 'animate__rotateOut' => 'rotateOut', 'animate__rotateOutDownLeft' => 'rotateOutDownLeft', 'animate__rotateOutDownRight' => 'rotateOutDownRight', 'animate__rotateOutUpLeft' => 'rotateOutUpLeft', 'animate__rotateOutUpRight' => 'rotateOutUpRight', /* Specials */ 'animate__hinge' => 'hinge', 'animate__jackInTheBox' => 'jackInTheBox', 'animate__rollIn' => 'rollIn', 'animate__rollOut' => 'rollOut', /* Zooming entrances */ 'animate__zoomIn' => 'zoomIn', 'animate__zoomInDown' => 'zoomInDown', 'animate__zoomInLeft' => 'zoomInLeft', 'animate__zoomInRight' => 'zoomInRight', 'animate__zoomInUp' => 'zoomInUp', /* Zooming exits */ 'animate__zoomOut' => 'zoomOut', 'animate__zoomOutDown' => 'zoomOutDown', 'animate__zoomOutLeft' => 'zoomOutLeft', 'animate__zoomOutRight' => 'zoomOutRight', 'animate__zoomOutUp' => 'zoomOutUp', /* Sliding entrances */ 'animate__slideInDown' => 'slideInDown', 'animate__slideInLeft' => 'slideInLeft', 'animate__slideInRight' => 'slideInRight', 'animate__slideInUp' => 'slideInUp', /* Sliding exits */ 'animate__slideOutDown' => 'slideOutDown', 'animate__slideOutLeft' => 'slideOutLeft', 'animate__slideOutRight' => 'slideOutRight', 'animate__slideOutUp' => 'slideOutUp', ), 'eval' => array('chosen' => 'true', 'tl_class' => 'w50') ), 'modal_backgroundcolor' => array( 'label' => array('Hintergrundfarbe für das gesamte Modal', 'in HEX oder RGB angeben, Standard: Weiß'), 'inputType' => 'text', 'eval' => array('tl_class' => 'clr'), ), 'cookie_hide' => array( 'label' => array('Verstecken nach gesetztem Cookie', 'Nachdem das Fenster geschlossen wurde, wird ein Cookie gesetzt und das modale Fenster wird nicht erneut angezeigt.'), 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'clr'), ), 'show_footer_close' => array( 'label' => array('Schließen Button zum Footer hinzufügen', ''), 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'clr'), ), 'remove_image_padding' => array( 'label' => array('Außenabstand des Bildes entfernen', 'das Bild liegt dann an der Kante'), 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'clr'), ), 'settings_image' => array( 'label' => array('Kopfbereich', ''), 'inputType' => 'group', ), 'image_headline_left' => array( 'label' => array('Überschrift für die linke Spalte des Bildes', '(ca. 35% breit)'), 'inputType' => 'text', 'eval' => array('allowHtml' => true, 'tl_class' => 'w50'), ), 'image_headline_right' => array( 'label' => array('Überschrift für Textbereich auf der rechten Seite', ''), 'inputType' => 'text', 'eval' => array('allowHtml' => true, 'tl_class' => 'w50'), ), 'image_text_right' => array( 'label' => array('Langtext für Textbereich auf der rechten Seite', ''), 'inputType' => 'textarea', 'eval' => array('rte' => 'tinyMCE', 'tl_class' => 'clr'), ), 'image_right_col_background_color' => array( 'label' => array('Hintergrundfarbe für rechte Spalte', 'in HEX oder RGB angeben, Standard: Schwarz mit .75 Deckungskraft'), 'inputType' => 'text', 'eval' => array('allowHtml' => true, 'tl_class' => 'w50'), ), 'image_right_col_text_color' => array( 'label' => array('Textfarbe für rechte Spalte', 'in HEX oder RGB angeben, Standard: weiß'), 'inputType' => 'text', 'eval' => array('allowHtml' => true, 'tl_class' => 'w50'), ), 'image' => array( 'label' => array('Bild', ''), 'inputType' => 'fileTree', 'eval' => array( 'multiple' => false, 'fieldType' => 'radio', 'filesOnly' => true, 'extensions' => 'jpg,jpeg,png', 'tl_class' => 'w50' ), ), 'as_bg' => array( 'label' => array('Bild als Hintergrund', 'dadurch bekommt der Bereich eine feste Höhe und das Bild wird evtl. beschnitten'), 'inputType' => 'checkbox', 'eval' => array('tl_class' => 'clr'), ), 'fixed_height' => array( 'label' => array('Feste Höhe', 'Bild-Bereich eine feste Höhe inkl. Einheit (z. B. px) zuweisen'), 'inputType' => 'text', 'dependsOn' => array( 'field' => 'as_bg', ), ), 'settings_progressbar' => array( 'label' => array('Fortschrittsanzeige', ''), 'inputType' => 'group', ), 'progress_image' => array( 'label' => array('Bild für Fortschrittsanzeige', 'Alternative'), 'inputType' => 'fileTree', 'eval' => array( 'multiple' => false, 'fieldType' => 'radio', 'filesOnly' => true, 'extensions' => 'jpg,jpeg,png,mp4,webm,ogv', ), ), 'progress_amount' => array( 'label' => array('Fortschrittsanzeige', 'Angeben, wie oft das Bild der Fortschrittsanzeige wiederholt werden soll oder zu wie viel % die Anzeige fortgeschritten sein soll, wenn kein Bild ausgewählt ist'), 'inputType' => 'text', ), 'settings_text' => array( 'label' => array('Unterer Bereich', ''), 'inputType' => 'group', ), 'image_left' => array( 'label' => array('Bild für linke Spalte', 'ca. 35% breit'), 'inputType' => 'fileTree', 'eval' => array( 'multiple' => false, 'fieldType' => 'radio', 'filesOnly' => true, 'extensions' => 'jpg,jpeg,png', ), ), 'headline' => array( 'label' => array('Überschrift', ''), 'inputType' => 'text', ), 'text' => array( 'label' => array('Langtext', 'es können auch Inserttags verwendet werden um Nodes, Artikel oder andere Elemente zu inkludieren'), 'inputType' => 'textarea', 'eval' => array('rte' => 'tinyMCE', 'tl_class' => 'clr'), ), 'buttons' => array( 'label' => array('Button', 'Ohne Buttons wird der Footer ausgeblendet'), 'elementLabel' => '%s. Button', 'inputType' => 'list', 'minItems' => 0, 'maxItems' => 10, 'fields' => array( 'animation_type' => array( 'label' => array( 'de' => array('Art der Einblendeanimation', 'Siehe https://animate.style/ für Beispiele'), ), 'inputType' => 'select', 'options' => array( /* Fading entrances */ 'animate__fadeInUp' => 'fadeInUp (Meistens Standard)', 'no-animation' => 'Keine Animation', 'animate__fadeIn' => 'fadeIn', 'animate__fadeInDown' => 'fadeInDown', 'animate__fadeInDownBig' => 'fadeInDownBig', 'animate__fadeInLeft' => 'fadeInLeft', 'animate__fadeInLeftBig' => 'fadeInLeftBig', 'animate__fadeInRight' => 'fadeInRight', 'animate__fadeInRightBig' => 'fadeInRightBig', 'animate__fadeInUpBig' => 'fadeInUpBig', 'animate__fadeInTopLeft' => 'fadeInTopLeft', 'animate__fadeInTopRight' => 'fadeInTopRight', 'animate__fadeInBottomLeft' => 'fadeInBottomLeft', 'animate__fadeInBottomRight' => 'fadeInBottomRight', /* Attention seekers */ 'animate__bounce' => 'bounce', 'animate__flash' => 'flash', 'animate__pulse' => 'pulse', 'animate__rubberBand' => 'rubberBand', 'animate__shakeX' => 'shakeX', 'animate__shakeY' => 'shakeY', 'animate__headShake' => 'headShake', 'animate__swing' => 'swing', 'animate__tada' => 'tada', 'animate__wobble' => 'wobble', 'animate__jello' => 'jello', 'animate__heartBeat' => 'heartBeat', /* Back entrances */ 'animate__backInDown' => 'backInDown', 'animate__backInLeft' => 'backInLeft', 'animate__backInRight' => 'backInRight', 'animate__backInUp' => 'backInUp', /* Back exits */ 'animate__backOutDown' => 'backOutDown', 'animate__backOutLeft' => 'backOutLeft', 'animate__backOutRight' => 'backOutRight', 'animate__backOutUp' => 'backOutUp', /* Bouncing entrances */ 'animate__bounceIn' => 'bounceIn', 'animate__bounceInDown' => 'bounceInDown', 'animate__bounceInLeft' => 'bounceInLeft', 'animate__bounceInRight' => 'bounceInRight', 'animate__bounceInUp' => 'bounceInUp', /* Bouncing exits */ 'animate__bounceOut' => 'bounceOut', 'animate__bounceOutDown' => 'bounceOutDown', 'animate__bounceOutLeft' => 'bounceOutLeft', 'animate__bounceOutRight' => 'bounceOutRight', 'animate__bounceOutUp' => 'bounceOutUp', /* Fading exits */ 'animate__fadeOut' => 'fadeOut', 'animate__fadeOutDown' => 'fadeOutDown', 'animate__fadeOutDownBig' => 'fadeOutDownBig', 'animate__fadeOutLeft' => 'fadeOutLeft', 'animate__fadeOutLeftBig' => 'fadeOutLeftBig', 'animate__fadeOutRight' => 'fadeOutRight', 'animate__fadeOutRightBig' => 'fadeOutRightBig', 'animate__fadeOutUp' => 'fadeOutUp', 'animate__fadeOutUpBig' => 'fadeOutUpBig', 'animate__fadeOutTopLeft' => 'fadeOutTopLeft', 'animate__fadeOutTopRight' => 'fadeOutTopRight', 'animate__fadeOutBottomRight' => 'fadeOutBottomRight', 'animate__fadeOutBottomLeft' => 'fadeOutBottomLeft', /* Flippers */ 'animate__flip' => 'flip', 'animate__flipInX' => 'flipInX', 'animate__flipInY' => 'flipInY', 'animate__flipOutX' => 'flipOutX', 'animate__flipOutY' => 'flipOutY', /* Lightspeed */ 'animate__lightSpeedInRight' => 'lightSpeedInRight', 'animate__lightSpeedInLeft' => 'lightSpeedInLeft', 'animate__lightSpeedOutRight' => 'lightSpeedOutRight', 'animate__lightSpeedOutLeft' => 'lightSpeedOutLeft', /* Rotating entrances */ 'animate__rotateIn' => 'rotateIn', 'animate__rotateInDownLeft' => 'rotateInDownLeft', 'animate__rotateInDownRight' => 'rotateInDownRight', 'animate__rotateInUpLeft' => 'rotateInUpLeft', 'animate__rotateInUpRight' => 'rotateInUpRight', /* Rotating exits */ 'animate__rotateOut' => 'rotateOut', 'animate__rotateOutDownLeft' => 'rotateOutDownLeft', 'animate__rotateOutDownRight' => 'rotateOutDownRight', 'animate__rotateOutUpLeft' => 'rotateOutUpLeft', 'animate__rotateOutUpRight' => 'rotateOutUpRight', /* Specials */ 'animate__hinge' => 'hinge', 'animate__jackInTheBox' => 'jackInTheBox', 'animate__rollIn' => 'rollIn', 'animate__rollOut' => 'rollOut', /* Zooming entrances */ 'animate__zoomIn' => 'zoomIn', 'animate__zoomInDown' => 'zoomInDown', 'animate__zoomInLeft' => 'zoomInLeft', 'animate__zoomInRight' => 'zoomInRight', 'animate__zoomInUp' => 'zoomInUp', /* Zooming exits */ 'animate__zoomOut' => 'zoomOut', 'animate__zoomOutDown' => 'zoomOutDown', 'animate__zoomOutLeft' => 'zoomOutLeft', 'animate__zoomOutRight' => 'zoomOutRight', 'animate__zoomOutUp' => 'zoomOutUp', /* Sliding entrances */ 'animate__slideInDown' => 'slideInDown', 'animate__slideInLeft' => 'slideInLeft', 'animate__slideInRight' => 'slideInRight', 'animate__slideInUp' => 'slideInUp', /* Sliding exits */ 'animate__slideOutDown' => 'slideOutDown', 'animate__slideOutLeft' => 'slideOutLeft', 'animate__slideOutRight' => 'slideOutRight', 'animate__slideOutUp' => 'slideOutUp', ), 'eval' => array('chosen' => 'true') ), 'link_text' => array( 'label' => array( 'de' => array('Button-Beschriftung', 'Button befindet sich rechts unter dem Text'), ), 'inputType' => 'text', 'eval' => array('allowHtml' => true), ), 'link_url' => array( 'label' => array('Verlinkung', 'z . B . mailto:info@gmx . de'), 'inputType' => 'url', ), 'link_betreff' => array( 'label' => array('Betreffzeile für "mailto:" - Buttons', '(optional, falls Link eine neue Email öffnen soll)'), 'inputType' => 'text', ), 'link_type' => array( 'label' => array( 'de' => array('Optik des Buttons', ''), ), 'inputType' => 'select', 'options' => array( 'btn-primary' => 'Hauptfarbe', 'btn-outline-primary' => 'Hauptfarbe(Outline)', 'btn-secondary' => 'Sekundär - Farbe', 'btn-outline-secondary' => 'Sekundär - Farbe(Outline)', 'btn-link with-arrow' => 'Link - Optik mit Pfeilen', 'btn-outline-black' => 'Transparenter Button mit schwarzer Schrift und Rahmen', 'btn-outline-white' => 'Transparenter Button mit weißer Schrift und Rahmen', 'btn-white' => 'Weißer Button mit schwarzer Schrift', ), 'eval' => array('tl_class' => 'w50'), ), 'link_size' => array( 'label' => array( 'de' => array('Größe des Buttons', ''), ), 'inputType' => 'select', 'options' => array( '' => 'Standard', 'btn-sm' => 'Klein', 'btn-lg' => 'Groß', ), 'eval' => array('tl_class' => 'w50'), ), ), ), 'sponsors' => array( 'label' => array('Logos (z. B. Sponsoren)', 'rechts unten, blendet ggf . den schließen - Button aus'), 'elementLabel' => ' % s . Logo', 'inputType' => 'list', 'minItems' => 0, 'maxItems' => 20, 'fields' => array( 'image' => array( 'label' => array('Bild', ''), 'inputType' => 'fileTree', 'eval' => array( 'multiple' => false, 'fieldType' => 'radio', 'filesOnly' => true, 'extensions' => 'jpg,jpeg,png,svg', ), ), 'link' => array( 'label' => array('Verlinkung', 'optional'), 'inputType' => 'url', ), ), ), ), );