Open pinussilvestrus opened 2 years ago
Also to consider: render these descriptions properly in the Catalog Modal
Also consider: If we go that route we need to support it everywhere, i.e. also in element template chooser as well as the connectors extension.
I'd personally not go down this route, given that it is easy to link documentation via documentationRef
(https://github.com/bpmn-io/bpmn-js-properties-panel/issues/616). This is not the case for property descriptions.
We could also feature the documentation link in the Template
section, to have description + name + link to documentation closer to each other.
cc @andreasgeier
Is your feature request related to a problem? Please describe
In element templates, it is possible to add HTML to property descriptions.
However, this is not possible for the general
elementTemplate.description
Describe the solution you'd like
Make it possible to also provide HTML in element template descriptions.
Describe alternatives you've considered
/
Additional context
This does not solve that documentation URLs should be more visible on the properties panel header (cf. #616).
Cf. https://github.com/bpmn-io/bpmn-js-properties-panel/pull/549