Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
wvanheemstra committed Nov 9, 2024
1 parent f58dd11 commit a3dd6ef
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,28 +22,28 @@ TOOLBOX_CATEGORY.DATA_ASSETS = {
name: "Data Assets", colour: "DATA_ASSETS", blocks: [
"data_assets:",
" Some Data Asset:",
" id: some-data-asset",
" id: some-data-asset",
]
};
TOOLBOX_CATEGORY.TECHNICAL_ASSETS = {
name: "Technical Assets", colour: "TECHNICAL_ASSETS", blocks: [
"technical_assets:",
" Some Technical Asset:",
" id: some-technical-asset",
" id: some-technical-asset",
]
};
TOOLBOX_CATEGORY.COMMUNICATION_LINKS = {
name: "Communication Links", colour: "COMMUNICATION_LINKS", blocks: [
"communication_links:",
" foo: text",
" bar: text",
" Some Communication Link:",
" id: some-communication-link",
]
};
TOOLBOX_CATEGORY.TRUST_BOUNDARIES = {
name: "Trust Boundaries", colour: "TRUST_BOUNDARIES", blocks: [
"trust_boundaries:",
" foo: text",
" bar: text",
" Some Trust Boundary:",
" id: some-trust-boundary",
]
};
TOOLBOX_CATEGORY.VARIABLES = { name: 'Variables', colour: 'VARIABLES', custom: 'VARIABLE' };
Expand Down

0 comments on commit a3dd6ef

Please sign in to comment.