Skip to content

Commit

Permalink
Adds scope to the template DSL.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrowndotje committed Nov 25, 2023
1 parent 7df29db commit 66bedbe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
if (dslSource !== undefined) {
editorSource = structurizr.util.atob(dslSource);
} else {
editorSource = 'workspace "Name" "Description" {\n\n\tmodel {\n\t}\n\n}';
editorSource = 'workspace "Name" "Description" {\n\n\tmodel {\n\t}\n\n\tconfiguration {\n\t\tscope softwaresystem\n\t}\n\n}';
}
editorSource = editorSource.replaceAll('\t', ' ');
Expand Down

0 comments on commit 66bedbe

Please sign in to comment.