mirror of
https://github.com/strapi/strapi.git
synced 2025-11-11 07:39:16 +00:00
Merge branch 'master' into fix/media-entity-validator
This commit is contained in:
commit
2bfcf1ca4d
@ -40,8 +40,7 @@ module.exports = async strapi => {
|
|||||||
category,
|
category,
|
||||||
modelType: 'component',
|
modelType: 'component',
|
||||||
modelName: key,
|
modelName: key,
|
||||||
globalId:
|
globalId: schema.globalId || _.upperFirst(_.camelCase(`component_${uid}`)),
|
||||||
schema.globalId || _.upperFirst(_.camelCase(`component_${key}`)),
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
return acc;
|
return acc;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user