### Description Hi, I use Structurizr Lite and describe my system with dsl files. I found out how I can use custom elements directly in a model: ``` workspace { model { ce = element "custom" "CustomElement" softwareSystem "mySys" { c = container "myContainer" } ce -> c } ... } ``` But apparently it's not possible to include a custom element inside a software system. Is there any reason for it? Or is it possible to change that? ``` workspace { model { softwareSystem "mySys" { ce = element "custom" "CustomElement" c = container "myContainer" ce -> c } } ... } ``` ### Priority I have no budget and there's no rush, please add this feature for free ### More information _No response_
Description
Hi, I use Structurizr Lite and describe my system with dsl files. I found out how I can use custom elements directly in a model:
But apparently it's not possible to include a custom element inside a software system. Is there any reason for it? Or is it possible to change that?
Priority
I have no budget and there's no rush, please add this feature for free
More information
No response