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
html={`<p><br/><br/><i>"People will forget what you said, people will forget what you did, but
14
-
people will never forget how you made them feel."</i><br/><br/><b>Maya Angelou</b></p>`}
13
+
html={`<p><b>Service Agreement</b></p><p>This agreement is entered into by and between <i>Acme Corp</i> ("Company") and the client named below. The Company agrees to provide consulting services as outlined in the attached statement of work.</p><p><b>Client Information</b></p><p>Name: ________ Date: January 1, 2026</p><p><b>Terms</b></p><p>Payment is due within 30 days of invoice date. All work products remain property of the Company until final payment is received.</p>`}
15
14
height="300px"
16
15
customButtons={[
17
16
[
@@ -24,9 +23,9 @@ people will never forget how you made them feel."</i><br/><br/><b>Maya Angelou</
24
23
editor.commands.insertStructuredContentInline({
25
24
attrs: {
26
25
id: '1',
27
-
alias: 'Customer Name',
26
+
alias: 'Client Name',
28
27
},
29
-
text: 'Enter your name',
28
+
text: 'John Doe',
30
29
});
31
30
}
32
31
},
@@ -39,9 +38,9 @@ people will never forget how you made them feel."</i><br/><br/><b>Maya Angelou</
json: { type: 'paragraph', content: [{ type: 'text', text: 'Payment is due within 30 days of invoice date. Late payments incur a 1.5% monthly fee. All disputes must be submitted in writing within 10 business days.' }] }
45
44
});
46
45
},
47
46
},
@@ -51,7 +50,7 @@ people will never forget how you made them feel."</i><br/><br/><b>Maya Angelou</
json: { type: 'paragraph', content: [{ type: 'text', text: 'Net-15 payment terms apply. A 2% early payment discount is available for invoices settled within 7 days.' }] }
0 commit comments