Skip to content

Commit

Permalink
structurizr-dsl: Adds support for url, properties, and `perspecti…
Browse files Browse the repository at this point in the history
…ves` nested inside `!elements` and `!relationships`.
  • Loading branch information
simonbrowndotje committed Oct 6, 2024
1 parent 48f5cc6 commit 007a7a9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions dsl/14-language.md
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,14 @@ Permitted children:
- [properties](#properties)
- [perspectives](#perspectives)

## tag

`tag` is used to add a single tag to an element or relationship.

```
tag "Tag 1"
```

## tags

`tags` is used to add tags to an element or relationship. Tags can be specified comma separated, or individually.
Expand Down Expand Up @@ -557,7 +565,11 @@ in order to perform bulk operations on them.
Permitted children:

- [-> (relationship)](#relationship)
- [tag](#tag)
- [tags](#tags)
- [url](#url) (from v3.1.0)
- [properties](#properties) (from v3.1.0)
- [perspectives](#perspectives) (from v3.1.0)

## !relationship

Expand Down Expand Up @@ -592,7 +604,11 @@ in order to perform bulk operations on them.

Permitted children:

- [tag](#tag)
- [tags](#tags)
- [url](#url) (from v3.1.0)
- [properties](#properties) (from v3.1.0)
- [perspectives](#perspectives) (from v3.1.0)

## views

Expand Down

0 comments on commit 007a7a9

Please sign in to comment.