From 86a4ef86c3c2660c09a16bceb52f8f10603a087d Mon Sep 17 00:00:00 2001
From: root <root@validator.edugain.org>
Date: Mon, 23 May 2022 13:04:08 +0200
Subject: [PATCH] adding ECSS supporting infor into Constants

---
 lib/Constants.php | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/lib/Constants.php b/lib/Constants.php
index c07bc30..536c9cc 100644
--- a/lib/Constants.php
+++ b/lib/Constants.php
@@ -13,6 +13,13 @@ class Constants {
     const EC = 'http://macedir.org/entity-category';
 // entity category support
     const ECs = 'http://macedir.org/entity-category-support';
+// ECSS_colours
+    const ECCS_Colours = [
+        1 => ['white', 'green'],
+        2 => ['black', '#D3D3D3'],
+        3 => ['white', 'red'],
+        4 => ['black', '#FFDB58'],
+   ];
 // Code of Conduct Support
     const COCO = 'http://www.geant.net/uri/dataprotection-code-of-conduct/v1';
 
-- 
GitLab