Perfekt Danke!
Zur Referenz für weitere Besucher, so siehts dann aus.
PHP-Code:
$GLOBALS['TL_DCA']['tl_content']['fields']['slideroptions'] = array(
'label' => ['Konfiguration', 'Eigene Konfiguration die man aus https://studio.swiperjs.com/play heraus kopieren kann. Überschreibt ein hier definierte Optionen zum Teil aus.'],
'exclude' => true,
'search' => true,
'inputType' => 'textarea',
'eval' => ['tl_class' => 'clr', 'helpwizard' => true, 'rte' => 'ace|json'],
'explanation' => 'sliderhelp',
'default' => '
{
allowTouchMove: true,
centeredSlides: true,
loopedSlides: 2,
speed: 1200,
loop: true,
spaceBetween: 40,
slidesPerView: 1,
breakpoints: {
960: {
allowTouchMove: false,
slidesPerView: 2,
},
1200: {
allowTouchMove: false,
slidesPerView: 3,
},
1400: {
allowTouchMove: false,
slidesPerView: 4,
},
},
}
',
'sql' => "text NULL default ''",
);