mirror of
https://github.com/strapi/strapi.git
synced 2025-11-30 00:51:06 +00:00
parent
2482d5488f
commit
c0554e8571
@ -167,6 +167,9 @@ module.exports = {
|
||||
case 'float':
|
||||
type = 'Float';
|
||||
break;
|
||||
case 'json':
|
||||
type = 'JSON';
|
||||
break;
|
||||
case 'enumeration':
|
||||
type = this.convertEnumType(definition, modelName, attributeName);
|
||||
break;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user