Dear all,
We added a watermarking step in the default DAM Update WF, as per https://docs.adobe.com/content/help/en/experience-manager-65/assets/administer/watermarking.html.
Expected:
When I select the position of the watermark, it reflects on the watermark rendering after the asset is processed.
I can also choose the font for the watermark.
Actual:
Watermark is always placed on top left, error.log output confirms that TOP_LEFT is the position always passed in the processing.
I cannot choose a font for the watermark.
Reason for watermark position issue:
Markup of dialog is wrong, see below:

Current workaround:
Manually change TOP_LEFT to e.g. BOTTOM_RIGHT in the WF model metadata node, via CRXDE.
Any ideas around this? Didn't see any SP fixes around this so far.