Skip to content

Commit 37f1490

Browse files
RIC-1702: Doc updates
1 parent b3951a1 commit 37f1490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs-sources/working-with-art/diagrams.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Once you have turned on manual layout for a diagram you can start to edit the di
5757
- [Resize symbols](#resizing-symbols)
5858
- [Route lines](#routing-lines)
5959

60-
When you save the edited diagram the layout information is stored in a JSON file under a `layouts` subfolder in the workspace folder. There will be one such file for each diagram that uses manual layout. The name of the file is `<ArtFile>-<ArtElement>-<DiagramType>.json` where `<ArtFile>` is the name of the Art file and `<ArtElement>` is the name of the Art element that contains the edited diagram. `<DiagramType>` is either "state", "structure" or "class".
60+
When you save the edited diagram the layout information is stored in a JSON file under a `layouts` subfolder. This subfolder is placed in the folder where the Art element is located to which the diagram belongs (the so called "context" element of the diagram). There will be one such file for each diagram that uses manual layout. The name of the file is `<ArtFile>-<ArtElement>-<DiagramType>.json` where `<ArtFile>` is the name of the Art file and `<ArtElement>` is the name of the Art element that is the context element of the edited diagram. `<DiagramType>` is either "state", "structure" or "class".
6161

6262
Sometimes you may want to change the diagram layout by editing the layout JSON file, for example to move a symbol to a specific coordinate. This is possible and the diagram will update when you save the JSON file. But be careful not to change the JSON file in a way that makes it invalid.
6363

0 commit comments

Comments
 (0)