UNPKG
strapi-export-collection-lead
Version:
latest (1.0.0)
1.0.0
Effortlessly export Strapi collection data to CSV with filters like date range.
strapi-export-collection-lead
/
plugins
/
export-lead
/
admin
/
src
/
pluginId.js
6 lines
(3 loc)
•
160 B
JavaScript
View Raw
1
2
3
4
5
6
import
pluginPkg
from
'../../package.json'
;
const
pluginId = pluginPkg.
name
.
replace
(
/^(@[^-,.][\w,-]+\/|strapi-)plugin-/i
,
''
);
export
default
pluginId;