This repository was archived by the owner on Mar 28, 2026. It is now read-only.
How to replace skin parameters in 5.0? #451
|
5.0 had |
Answered by
simonbrowndotje
Nov 21, 2025
Replies: 1 comment 10 replies
|
Sorry! 🙈 The new versions of the PlantUML exporters use PlantUML's new CSS-like styling mechanism, so I don't think there's much you can do with skinparams any more even if they were present. If that's not the case, let me know and I can reintroduce |
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've found the answer -> spring-projects/spring-modulith#983
This is actually one of the few skinparams that does have an influence on the rendered diagram ... I'll add the
addSkinParam()method back.