You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
suryaverse
changed the title
I want to change the color of the placeholder, but I got an error: the replacement text and placeholder text should not be the same.
I want to change the color of the placeholder, but the it not changed becasue of replacement text and placeholder text should not be the same.
Nov 6, 2024
patchDocument({
outputType: 'nodebuffer',
data: patcherDocument,
patches: {
SIGNED_DATE_1: {
type: PatchType.DOCUMENT,
children: [
new Paragraph({
children: [
new TextRun({
text: ' {{SIGNED_DATE_1}} ',
color: '#FF0000',
}),
],
}),
],
},
},
})
The text was updated successfully, but these errors were encountered: