Skip to content

Commit

Permalink
Adds the new property.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrowndotje committed Oct 27, 2023
1 parent 7b4c085 commit 0641bb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions export/02-plantuml.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ The following properties can either be set on individual views, or on the view s

- `plantuml.title`: `true` (default) to include diagram titles, `false` to exclude diagram titles.
- `plantuml.includes`: a comma separated list of file names that should be included (via `!include`) in the diagram definition.
- `plantuml.sequenceDiagram`: `true` to generate a UML sequence diagram, `false` (default) to generate a collaboration diagram (dynamic views only).
- `plantuml.animation`: `true` to generate one PlantUML diagram definition per animation frame, `false` (default) to ignore animations.
- `c4plantuml.tags`: `true` to generate diagram definitions based upon how the Structurizr diagram renderer creates diagrams using tags and styles, `false` (default) to generate diagram definitions that use the default C4-PlantUML styling (i.e. blue and grey boxes). Please note that with this property set to `true`, this exporter does not follow the approach that C4-PlantUML uses for tags and styling. If you would like this behaviour instead of what is provided here, you may want to take a look at [https://github.com/cloudflightio/structurizr-export-c4plantuml](https://github.com/cloudflightio/structurizr-export-c4plantuml) instead.
- `c4plantuml.legend`: `true` (default) to include the diagram legend, `false` to exclude the legend.
Expand Down

0 comments on commit 0641bb1

Please sign in to comment.