mirror of
https://github.com/strapi/strapi.git
synced 2025-09-20 05:52:08 +00:00
Remove unneccesary mock data
This commit is contained in:
parent
df5c80cf76
commit
023596ffbd
@ -31,22 +31,7 @@ const mockBaseArgs = {
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
attributeType: 'string',
|
attributeType: 'string',
|
||||||
reservedNames: {
|
reservedNames: {},
|
||||||
models: ['boolean', 'date', 'date-time', 'dateTime', 'time', 'upload'],
|
|
||||||
attributes: [
|
|
||||||
'id',
|
|
||||||
'created_at',
|
|
||||||
'createdAt',
|
|
||||||
'updated_at',
|
|
||||||
'updatedAt',
|
|
||||||
'created_by',
|
|
||||||
'createdBy',
|
|
||||||
'updated_by',
|
|
||||||
'updatedBy',
|
|
||||||
'published_at',
|
|
||||||
'publishedAt',
|
|
||||||
],
|
|
||||||
},
|
|
||||||
customFieldValidator: () => ({
|
customFieldValidator: () => ({
|
||||||
test: yup.string().required(),
|
test: yup.string().required(),
|
||||||
}),
|
}),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user