How to mask or hide parameter value from macro editor and also page update email notifications

Hi ,

We have a confluence server app and We are looking for inputs from your end.

Actually, we are using a custom editor, not the native macro editor, where we have one macro parameter is the which we would like to mask or hide the value of that particular parameter as it holds some sensitive data from the macro editor view while saving the page and sending email notifications on the page editor. So, that it will not be seen by the unintended recipient.

Do you any solution for this problem? Please let us know if you need any other inputs to respond back to us.

We tried something like below but that did not help.

<parameter name="key" type="string" required="true">
<option key="showNameInPlaceholder" value="false"/>
<option key="showValueInPlaceholder" value="true"/>
</parameter>

Thanks
RK