Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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. #2828

Open
suryaverse opened this issue Nov 5, 2024 · 0 comments

Comments

@suryaverse
Copy link

patchDocument({
outputType: 'nodebuffer',
data: patcherDocument,
patches: {
SIGNED_DATE_1: {
type: PatchType.DOCUMENT,
children: [
new Paragraph({
children: [
new TextRun({
text: ' {{SIGNED_DATE_1}} ',
color: '#FF0000',
}),
],
}),
],
},
},
})

@suryaverse 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant