Configuration des vignettes
'Largeur',
'selected' => $this->getData(['theme', $this->getUrl(0),'thumbWidth'])
]); ?>
'Hauteur',
'selected' => $this->getData(['theme', $this->getUrl(0),'thumbHeight'])
]); ?>
'Alignement',
'selected' => $this->getData(['theme', $this->getUrl(0),'thumbAlign'])
]); ?>
'Marge',
'selected' => $this->getData(['theme', $this->getUrl(0),'thumbMargin'])
]); ?>
'Bordure',
'selected' => $this->getData(['theme', $this->getUrl(0),'thumbBorder'])
]); ?>
'colorPicker',
'help' => 'Le curseur horizontal règle le niveau de transparence.',
'label' => 'Couleur de la bordure',
'value' => $this->getData(['theme', $this->getUrl(0),'thumbBorderColor'])
]); ?>
'Arrondi des angles',
'selected' => $this->getData(['theme', $this->getUrl(0),'thumbRadius'])
]); ?>
'Ombre',
'selected' => $this->getData(['theme', $this->getUrl(0),'thumbShadows'])
]); ?>
'colorPicker',
'help' => 'Le curseur horizontal règle le niveau de transparence.',
'label' => 'Couleur de l\'ombre',
'value' => $this->getData(['theme', $this->getUrl(0),'thumbShadowsColor'])
]); ?>
'Opacité au survol',
'selected' => $this->getData(['theme', $this->getUrl(0),'thumbOpacity'])
]); ?>