You are here

protected property KanbanService::$definedColors in Content Planner 8

An array with the defined colors.

Type: array

File

modules/content_kanban/src/KanbanService.php, line 49

Class

KanbanService
Class KanbanService.

Namespace

Drupal\content_kanban

Code

protected $definedColors = [
  // Drupal Standard color.
  '#0074bd',
  '#D66611',
  '#27E834',
  '#FF3D2A',
  'purple',
  '#22FFA0',
  'black',
  '#37C2FF',
];