Skip to content

Commit

Permalink
feat(context-diagram): Enable port labels for PhysicalComponents
Browse files Browse the repository at this point in the history
  • Loading branch information
ewuerger committed Nov 4, 2024
1 parent 05b88a6 commit 62e8cde
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions capellambse_context_diagrams/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,7 @@ def register_classes() -> None:
(
pa.PhysicalComponent,
DiagramType.PAB,
{
"display_parent_relation": True,
},
{"display_parent_relation": True, "display_port_labels": True},
),
(
pa.PhysicalFunction,
Expand Down

0 comments on commit 62e8cde

Please sign in to comment.