mirror of
https://github.com/strapi/strapi.git
synced 2025-11-01 18:33:55 +00:00
use default format for fields of type string and text
This commit is contained in:
parent
a8da79c6f8
commit
b85baf568e
@ -154,10 +154,6 @@ module.exports = {
|
||||
let type = 'String';
|
||||
|
||||
switch (definition.type) {
|
||||
case 'string':
|
||||
case 'text':
|
||||
type = 'String';
|
||||
break;
|
||||
case 'boolean':
|
||||
type = 'Boolean';
|
||||
break;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user