Skip to content

Commit

Permalink
fix: Render interface (component exchange) in context per default
Browse files Browse the repository at this point in the history
  • Loading branch information
ewuerger committed Jul 3, 2024
1 parent 53c8803 commit d48b5d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion capellambse_context_diagrams/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,8 @@ def register_interface_context() -> None:
{
oa.EntityPkg: DiagramType.OAB.value,
oa.Entity: DiagramType.OAB.value,
}
},
{"include_interface": True},
),
)
common.set_accessor(
Expand All @@ -187,6 +188,7 @@ def register_interface_context() -> None:
pa.PhysicalComponentPkg: DiagramType.PAB.value,
pa.PhysicalComponent: DiagramType.PAB.value,
},
{"include_interface": True},
),
)

Expand Down

0 comments on commit d48b5d1

Please sign in to comment.