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 */