mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 16:29:34 +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({
|
||||
getStrapi: () => strapi,
|
||||
strategy: 'restore',
|
||||
restore: {
|
||||
entities: { exclude: DEFAULT_IGNORED_CONTENT_TYPES },
|
||||
},
|
||||
});
|
||||
}
|
||||
// if URL provided, set up a remote destination provider
|
||||
|
Loading…
x
Reference in New Issue
Block a user