mirror of
https://github.com/strapi/strapi.git
synced 2025-11-10 07:10:11 +00:00
Merge branch 'develop' of github.com:strapi/strapi into front/repeatable-field-create
This commit is contained in:
commit
94de75889c
@ -35,6 +35,7 @@ module.exports = () => {
|
|||||||
unique: validators.unique,
|
unique: validators.unique,
|
||||||
|
|
||||||
// TODO: remove once front-end stop sending them even if useless
|
// TODO: remove once front-end stop sending them even if useless
|
||||||
|
dominant: yup.boolean(),
|
||||||
columnName: yup.string(),
|
columnName: yup.string(),
|
||||||
key: yup.string(),
|
key: yup.string(),
|
||||||
targetColumnName: yup.string(),
|
targetColumnName: yup.string(),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user