Baboo7 / strapi-plugin-import-export-entries

Import/Export data from and to your database in just few clicks.
175 stars 86 forks source link

Fix: export plugins ContentTypes when exporting whole database #172

Open rvdkooy opened 7 months ago

rvdkooy commented 7 months ago

Hi there,

currently if I choose Export plugins content types when exporting the whole database, it does not work.

image

the reason is that the prop exportPluginsContentTypes is not passed into the getAllSlugs function. this PR should fix this.