File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -495,6 +495,9 @@ protected function getBackgroundColorOptions(): array
495495 UCBLayout::ROW_BACKGROUND_COLOR_DARK_BLUE => $ this ->t ('Dark Blue ' ),
496496 UCBLayout::ROW_BACKGROUND_COLOR_LIGHT_GREEN => $ this ->t ('Light Green ' ),
497497 UCBLayout::ROW_BACKGROUND_COLOR_BRICK => $ this ->t ('Brick ' ),
498+ UCBLayout::ROW_BACKGROUND_COLOR_ALERT_RED => $ this ->t ('Alert Red ' ),
499+ UCBLayout::ROW_BACKGROUND_COLOR_ALERT_ORANGE => $ this ->t ('Alert Orange ' ),
500+ UCBLayout::ROW_BACKGROUND_COLOR_ALERT_YELLOW => $ this ->t ('Alert Yellow ' ),
498501 ];
499502 }
500503
Original file line number Diff line number Diff line change @@ -67,7 +67,13 @@ final class UCBLayout {
6767
6868 public const ROW_BACKGROUND_COLOR_LIGHT_GREEN = 'light-green ' ;
6969
70- public const ROW_BACKGROUND_COLOR_BRICK = 'brick ' ;
70+ public const ROW_BACKGROUND_COLOR_BRICK = 'brick ' ;
71+
72+ public const ROW_BACKGROUND_COLOR_ALERT_RED = 'alert-red ' ;
73+
74+ public const ROW_BACKGROUND_COLOR_ALERT_ORANGE = 'alert-orange ' ;
75+
76+ public const ROW_BACKGROUND_COLOR_ALERT_YELLOW = 'alert-yellow ' ;
7177
7278 public const ROW_OVERLAY_COLOR_NONE = 'none ' ;
7379
You can’t perform that action at this time.
0 commit comments