Skip to content
Snippets Groups Projects
Commit 86a4ef86 authored by root's avatar root
Browse files

adding ECSS supporting infor into Constants

parent f057c7fa
Branches
Tags
No related merge requests found
......@@ -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';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment