This repository was archived by the owner on Jan 10, 2024. It is now read-only.
How I can rewrite tags autofilling in C4PlantUMLExporter? #70
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question
Hello!
I use C4PlantUMLExporter for puml schema generation from codebase. I don't use any tags for my elements in code, but when puml file generated, there are some $tags, witch I don't want to see :)
Example
Such behavior exists because
com.structurizr.model.ModelItem.getDefaultTags
add default tags for each element, also each element in C4-PlantUml styles has default namerectangle "$getPerson($label, $type, $descr, $sprite)$getProps()" $toStereos("person", $tags) as $alias $getLink($link)
Question
How can I fix such behavior?
Versions
com.structurizr:structurizr-core:1.10.0
com.structurizr:structurizr-export:1.3.0
Beta Was this translation helpful? Give feedback.
All reactions