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 e790907 commit d9b52f1
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,29 +21,29 @@ TOOLBOX_CATEGORY.AUTHOR = {
TOOLBOX_CATEGORY.DATA_ASSETS = {
name: "Data Assets", colour: "DATA_ASSETS", blocks: [
"data_assets:",
" Some Data Asset:",
" id: some-data-asset",
" 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",
" Some Technical Asset:",
" id: some-technical-asset",
]
};
TOOLBOX_CATEGORY.COMMUNICATION_LINKS = {
name: "Communication Links", colour: "COMMUNICATION_LINKS", blocks: [
"communication_links:",
" Some Communication Link:",
" id: some-communication-link",
" Some Communication Link:",
" id: some-communication-link",
]
};
TOOLBOX_CATEGORY.TRUST_BOUNDARIES = {
name: "Trust Boundaries", colour: "TRUST_BOUNDARIES", blocks: [
"trust_boundaries:",
" Some Trust Boundary:",
" id: some-trust-boundary",
" Some Trust Boundary:",
" id: some-trust-boundary",
]
};
TOOLBOX_CATEGORY.VARIABLES = { name: 'Variables', colour: 'VARIABLES', custom: 'VARIABLE' };
Expand Down

0 comments on commit d9b52f1

Please sign in to comment.