Coming from #2153 and #2176
When there are href in all affordances with the pattern properties/myPropertyName, this can be constructed based on the affordance type and the affordance name. This can be part of a form definition but not a form instance, thus reduce the copy paste effort.
Notes:
- We should be careful with the syntax to not mix it with TM placeholders since a TM can have this form definition too.
- Are there other fields in a form that can benefit from this?
- Should we go for this optimization at all? While it allows expressing this pattern and making TDs more compact, it implies more parsing effort.
Coming from #2153 and #2176
When there are href in all affordances with the pattern
properties/myPropertyName, this can be constructed based on the affordance type and the affordance name. This can be part of a form definition but not a form instance, thus reduce the copy paste effort.Notes: