An error occurred while fetching folder content.
Christian Kuhn
authored
Add the 'valuePicker' functionality to the colorpicker. This is useful for editors to have a series of defaults. A similar configuration worked in the past based on 'select' wizard. Example TCA from styleguide master input_37: 'config' => [ 'type' => 'input', 'renderType' => 'colorpicker', 'size' => 10, 'valuePicker' => [ 'items' => [ [ 'blue', '#0000FF', ], [ 'red', '#FF0000', ], [ 'typo3 orange', '#FF8700', ], ], ], ], Change-Id: Idf24ecc1b47e84f6e4aa985191beebeb3631b202 Resolves: #80337 Releases: master Reviewed-on: https://review.typo3.org/52090 Reviewed-by:Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org>
Name | Last commit | Last update |
---|