mirror of
https://github.com/strapi/strapi.git
synced 2025-09-19 13:31:34 +00:00
Remove unneccesary mock data
This commit is contained in:
parent
df5c80cf76
commit
023596ffbd
@ -31,22 +31,7 @@ const mockBaseArgs = {
|
||||
},
|
||||
],
|
||||
attributeType: 'string',
|
||||
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',
|
||||
],
|
||||
},
|
||||
reservedNames: {},
|
||||
customFieldValidator: () => ({
|
||||
test: yup.string().required(),
|
||||
}),
|
||||
|
Loading…
x
Reference in New Issue
Block a user