Skip to content

Commit

Permalink
feat(context-diagram): Enable port labels for PhysicalComponents
Browse files Browse the repository at this point in the history
Merge pull request #157 from DSD-DBS/port-labels-context-diagrams
  • Loading branch information
ewuerger authored Nov 4, 2024
2 parents 6803f51 + 62e8cde commit 2b3b677
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 2b3b677

Please sign in to comment.