mirror of
https://github.com/strapi/strapi.git
synced 2025-08-30 11:45:48 +00:00
Merge branch 'v4/database' of github.com:strapi/strapi into v4/database
This commit is contained in:
commit
6cc1c05bf9
@ -38,11 +38,17 @@ const advancedForm = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (repeatable) {
|
if (repeatable) {
|
||||||
return { items: [[options.required], [uiHelpers.divider], [options.max, options.min]] };
|
return {
|
||||||
|
items: [
|
||||||
|
[options.required, options.private],
|
||||||
|
[uiHelpers.divider],
|
||||||
|
[options.max, options.min],
|
||||||
|
],
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
items: [[options.required]],
|
items: [[options.required, options.private]],
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
date: ({ type }) => {
|
date: ({ type }) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user