Skip to content

Removing the metadata/keyword on elements #111

Closed Answered by simonbrowndotje
bipulsarma asked this question in Q&A
Discussion options

You must be logged in to vote

If you're using the DSL, add metadata false to your style definition; for example:

workspace {

    model {
        user = person "User" "A user of my software system."
        softwareSystem = softwareSystem "Software System" "My software system."

        user -> softwareSystem "Uses"
    }

    views {
        systemContext softwareSystem "SystemContext" {
            include *
            autoLayout
        }

        styles {
            element "Person" {
                shape person
                metadata false
            }
        }
    }
    
}

Related links:

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@bipulsarma
Comment options

Answer selected by bipulsarma
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants