Skip to content

Commit

Permalink
feat: Add display_parent_relation to PhysicalFunction per default
Browse files Browse the repository at this point in the history
  • Loading branch information
ewuerger committed Dec 5, 2024
1 parent d3d9755 commit f44d7f6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion capellambse_context_diagrams/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,13 @@ def register_classes() -> None:
"display_derived_interfaces": True,
},
),
(pa.PhysicalFunction, DiagramType.PAB, {}),
(
pa.PhysicalFunction,
DiagramType.PAB,
{
"display_parent_relation": True,
},
),
]
cap: dict[str, CSSdef] = {
"fill": [COLORS["_CAP_Entity_Gray_min"], COLORS["_CAP_Entity_Gray"]],
Expand Down

0 comments on commit f44d7f6

Please sign in to comment.