export function CustomTaskInput({ value }) { return `

Step 3

Add one custom instruction

`; } function escapeAttribute(value) { return String(value).replaceAll("&", "&").replaceAll('"', """); }