Skip to content

Commit

Permalink
Merge pull request #53 from sebastian-muthwill/dev
Browse files Browse the repository at this point in the history
add global variable handling
  • Loading branch information
sebastian-muthwill authored Nov 13, 2021
2 parents b1687e6 + afcec30 commit 67ddcf9
Show file tree
Hide file tree
Showing 3 changed files with 556 additions and 4 deletions.
5 changes: 4 additions & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,14 @@ ScreenFlow:
# By default all screens from CanvasManifest.json will be used in same sequence.
# If screens shall be excluded from the graph, list them here.
ExcludeScreens: []
# Show variables created / updated within this screen
ShowVariables: true

# Changing the document structure.
# usually there are at least (App, Connections and Screens available (in this order))
# the sequence of the chapters can be changed here.
DocumentStructure:
- App
- Connections
- Screens
- Screens
- GlobalVariables
Loading

0 comments on commit 67ddcf9

Please sign in to comment.