From 1760cabb77f383ad39b77cbc2416af1ad9b9001b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Coletta?= Date: Wed, 7 Jan 2026 10:23:36 +0100 Subject: [PATCH] chore(WW-4488): Deprecate download CSV action --- ww-config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ww-config.js b/ww-config.js index 126dcdc..51ac4f4 100644 --- a/ww-config.js +++ b/ww-config.js @@ -4,6 +4,8 @@ export default { { name: 'Download data as CSV', code: 'downloadCSV', + deprecated: true, + deprecatedMessage: 'This action is deprecated. Use the native "Download CSV" action instead.', /* wwEditor:start */ edit: () => import('./src/components/DownloadCSV.vue'), /* wwEditor:end */