workspace {
!identifiers hierarchical
model {
properties {
"structurizr.groupSeparator""/"
}
a = softwareSystem "A" {
// url https://yahoo.com
}
b = softwareSystem "B"
softwareSystem "C" {
-> a
-> b
}
}
views {
properties {
"generatr.site.nestGroups" "true"
"generatr.site.exporter" "c4"
"c4plantuml.relationshipProperties" "true"
"c4plantuml.elementProperties" "true"
"c4plantuml.tags" "true"
"c4plantuml.legend" "true"
"c4plantuml.stereotypes" "true"
}
}
}
but uncommenting url https://yahoo.com under system A leads to a plantuml error shown on the system C context page (apologies for the quality, no other way to share ... ). The error disappears if I set c4plantuml.elementProperties to false
I have verified that the plantuml files generated by the site generatr tool from the above example are syntactically correct ( parsing, exporting to e.g png all worked fine).
an odd one
This example works:
but uncommenting
url https://yahoo.com
under system A leads to a plantuml error shown on the system C context page (apologies for the quality, no other way to share ... ). The error disappears if I setc4plantuml.elementProperties
tofalse
I have verified that the plantuml files generated by the site generatr tool from the above example are syntactically correct ( parsing, exporting to e.g png all worked fine).