We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cc38d0 commit e3014caCopy full SHA for e3014ca
dsl/71-language.md
@@ -56,6 +56,11 @@ Permitted children:
56
- [views](#views)
57
- [configuration](#configuration)
58
59
+The following workspace `properties` have special meaning:
60
+
61
+- `structurizr.dsl`: Automatically created by the DSL parser, this is a base64 encoded representation of the DSL source used to create the workspace.
62
+- `structurizr.dsl.source`: Set to `true` (default) to retain the DSL source, or `false` to discard it.
63
64
## model
65
66
Each workspace must contain a `model` block, inside which elements and relationships are defined.
0 commit comments