mirror of
https://github.com/strapi/strapi.git
synced 2025-09-26 00:39:49 +00:00
Exclude default ignored entities
This commit is contained in:
parent
de6aa0baed
commit
40679cefca
@ -79,6 +79,9 @@ module.exports = async (opts) => {
|
|||||||
destination = createLocalStrapiDestinationProvider({
|
destination = createLocalStrapiDestinationProvider({
|
||||||
getStrapi: () => strapi,
|
getStrapi: () => strapi,
|
||||||
strategy: 'restore',
|
strategy: 'restore',
|
||||||
|
restore: {
|
||||||
|
entities: { exclude: DEFAULT_IGNORED_CONTENT_TYPES },
|
||||||
|
},
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
// if URL provided, set up a remote destination provider
|
// if URL provided, set up a remote destination provider
|
||||||
|
Loading…
x
Reference in New Issue
Block a user