Configuration

Target group: Developers, Integrators

If you want to add restricted colours to the gridelement backend settings you have to set an color array inside of LocalConfiguration.php.

'EXTCONF' => [
    'gridconfigurator' => [
        'colors' => [
            ['black', '#000'],
            ['white', '#fff'],
        ]
    ]
],
colour settings

If the color array has not been set, then you have a Colorpicker to choose a color.

colour picker