@bigbinary/neeto-thank-you-frontend 1.1.3 → 1.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/dist/index.cjs.js +362 -293
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +362 -293
- package/dist/index.js.map +1 -1
- package/package.json +7 -7
- package/types.d.ts +29 -8
package/README.md
CHANGED
|
@@ -115,6 +115,9 @@ application.
|
|
|
115
115
|
`Customize thank you page` & `Redirect to external link` [default: false]
|
|
116
116
|
- `blockNavigation` - Boolean to show the block navigation alert in the thank
|
|
117
117
|
you configuration page when there are unsaved changes [default: false]
|
|
118
|
+
- `editorProps` - Accepts props that needs to be passed to the editor component.
|
|
119
|
+
- `preview` - An optional React component to render a custom preview instead of the default one.
|
|
120
|
+
- `allowEmptyCustomMessage` - A boolean flag that, when set to true, skips the frontend validation for submitting an empty message. [default: false]
|
|
118
121
|
- `onConfigUpdateSuccess`: The callback function to be triggered when the
|
|
119
122
|
configuration is updated. The function's first argument corresponds to the
|
|
120
123
|
parameters passed to the `onSuccess` callback of React Query mutations, while
|