You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
C4-PlantUML/percy/TestPropertyMissingColumns....

20 lines
640 B
Plaintext

@startuml
' convert it with additional command line argument -DRELATIVE_INCLUDE="./.." to use locally
!if %variable_exists("RELATIVE_INCLUDE")
!include %get_variable_value("RELATIVE_INCLUDE")/C4_Deployment.puml
!else
!include https://gitea.utapp.cn/github-mirrors/C4-PlantUML/raw/branch/ut/C4_Deployment.puml
!endif
' missing columns 3 and 4 are added that all columns are displayed
SetPropertyHeader("", $col2Name="2")
AddProperty($col1="col1")
AddProperty("", $col2="col2")
AddProperty(" ", " ", $col3="col3")
' missing columns 2 and 3 are inserted with empty values
AddProperty("", $col4="col4")
Container(c, "Container")
@enduml