Skip to content
This repository was archived by the owner on Jan 10, 2024. It is now read-only.
This repository was archived by the owner on Jan 10, 2024. It is now read-only.

How I can rewrite tags autofilling in C4PlantUMLExporter? #69

@ArtyomIvanov

Description

@ArtyomIvanov

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

image image

Such behavior exists because
com.structurizr.model.ModelItem.getDefaultTags add default tags for each element, also each element in C4-PlantUml styles has default name
rectangle "$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

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions