Adrian Lupu 6 years ago
parent 21022df95b
commit f765aca60e

@ -359,6 +359,17 @@
],
"description": "Set index of C4 Dynamic Diagram"
},
"C4_Hide_Stereotype": {
"scope": "diagram",
"prefix": [
"Hide stereotype",
"No stereotype"
],
"body": [
"HIDE_STEREOTYPE()"
],
"description": "Hide stereotypes from C4 diagram.."
},
"C4_Layout_With_Legend": {
"scope": "diagram",
"prefix": [

@ -49,6 +49,10 @@ skinparam rectangle<<boundary>> {
' Layout
' ##################################
!function HIDE_STEREOTYPE()
hide stereotype
!endfunction
!function LAYOUT_AS_SKETCH()
skinparam backgroundColor #EEEBDC
skinparam handwritten true

Loading…
Cancel
Save