:path',
'email_utility_description' => 'Check email configuration settings and send test emails.',
'entry_count' => ':count entry|:count entries',
@@ -329,7 +329,7 @@
'user_wizard_super_admin_instructions' => 'Super admins have complete control and access to everything in the control panel. Grant this role wisely.',
'webhook_connection_delete_confirmation' => 'Are you sure you want to delete this webhook?',
'webhook_connection_description' => 'Send submissions to an external URL.',
- 'webhook_connection_empty_description' => 'Notify other services whenever this form receives a submission.',
+ 'webhook_connection_empty_description' => 'Each webhook is sent when this form is submitted. Notify other services or trigger automations with the submission data.',
'webhook_connection_payload_instructions' => 'Each submission is sent to the webhook URL as a JSON POST request.',
'webhook_connection_verify_ssl_instructions' => 'Only disable this if the receiving server uses a self-signed certificate.',
'width_x_height' => ':width × :height',
diff --git a/packages/cms/src/index.js b/packages/cms/src/index.js
index ec6357d4ac5..1f503006a74 100644
--- a/packages/cms/src/index.js
+++ b/packages/cms/src/index.js
@@ -18,6 +18,7 @@ export const {
SortableList,
ConnectionRows,
ConnectionRules,
+ ConditionsCollapsedSummary,
conditionsSummary,
requireElevatedSession,
requireElevatedSessionIf,
diff --git a/resources/js/bootstrap/cms/core.js b/resources/js/bootstrap/cms/core.js
index fa838f33f0a..494ba737225 100644
--- a/resources/js/bootstrap/cms/core.js
+++ b/resources/js/bootstrap/cms/core.js
@@ -21,3 +21,4 @@ export { default as clone, deepClone } from '../../util/clone.js';
export { default as debounce } from '../../util/debounce.js';
export { default as ConnectionRows } from '../../components/forms/connections/ConnectionRows.vue';
export { default as ConnectionRules, conditionsSummary } from '../../components/forms/connections/ConnectionRules.vue';
+export { default as ConditionsCollapsedSummary } from '../../components/forms/connections/ConditionsCollapsedSummary.vue';
diff --git a/resources/js/components/forms/connections/ConditionsCollapsedSummary.vue b/resources/js/components/forms/connections/ConditionsCollapsedSummary.vue
new file mode 100644
index 00000000000..3dcdde55267
--- /dev/null
+++ b/resources/js/components/forms/connections/ConditionsCollapsedSummary.vue
@@ -0,0 +1,135 @@
+
+
+
+ {{ examplePayload }}
- {{ examplePayload }}
+