mirror of
				https://github.com/strapi/strapi.git
				synced 2025-11-03 19:36:20 +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,
 | 
			
		||||
        modelType: 'component',
 | 
			
		||||
        modelName: key,
 | 
			
		||||
        globalId:
 | 
			
		||||
          schema.globalId || _.upperFirst(_.camelCase(`component_${key}`)),
 | 
			
		||||
        globalId: schema.globalId || _.upperFirst(_.camelCase(`component_${uid}`)),
 | 
			
		||||
      });
 | 
			
		||||
    });
 | 
			
		||||
    return acc;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user