-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpumla_global_cfg.puml
35 lines (29 loc) · 1004 Bytes
/
pumla_global_cfg.puml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
' modify this to how you like it.
' turn on (true) or off (false) the default
' pumla advertising footer. Can also be
' overwritten in each diagram with own
' footer.
!$PUMVarShowPUMLAFooterNote = %true()
' turn on (true) or off (false) the
' Error Note generation. With error
' notes you get information about a
' failed pumla command in a red note
' on the diagram.
!$PUMVarShowPUMLAErrorNotes = %true()
' choose the color of the tagged values
' table. Color names have to be written
' in small letters.
!$PUMColorTaggedValues = lightgreen
' choose whether to use the extension
' for C4 model or not.
' The alignment of text in notes gets
' somehow its own life then and the
' text gets centered ignoring CRs of
' the user. Therefore, default is false.
!$PUMUseC4Model = %false()
' choose whether to use the dynamic
' extension for C4 model or not.
' This leads to enumerated (automatically
' numbered) interactions (e.g. number before
' interaction description).
!$PUMC4UseDynamicExt = %false()