How to get rid of skinparam style name

0 votes
asked Apr 4, 2019 in Question / help by loic

Hello

I would like to know if there is a way to get rid of the skinparam style name (don't know if its the correct terminology) when using it for a given object/component/rectangle/...

ex: here, I would like the  <<Concept>> string NOT to appear on rectangle "'Example 1"

@startuml
skinparam rectangle {
	roundCorner<<Concept>> 25
}
rectangle "Concept Model" <<Concept>> {
	rectangle "Example 1" <<Concept>> as ex1
	rectangle "Another rectangle"
}
@enduml
merci

1 Answer

0 votes
answered Apr 4, 2019 by plantuml (295,000 points)
commented Apr 4, 2019 by loic
Exactly what I was looking for.
Thanks  for the quick answer and for this wonderful tool !! Amazing what can be done with that.
...