mirror of
https://github.com/strapi/strapi.git
synced 2025-12-11 06:53:12 +00:00
Styling the new response setup in the admin
This commit is contained in:
parent
5ee76aca73
commit
48b6ac7368
@ -198,7 +198,12 @@ module.exports = {
|
||||
validations: {
|
||||
required: true
|
||||
}
|
||||
},
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
name: '',
|
||||
items: [
|
||||
{
|
||||
name: 'form.response.item.responseTime.enabled',
|
||||
target: 'response.responseTime.enabled',
|
||||
@ -207,7 +212,12 @@ module.exports = {
|
||||
validations: {
|
||||
required: true
|
||||
}
|
||||
},
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
name: '',
|
||||
items: [
|
||||
{
|
||||
name: 'form.response.item.poweredBy.enabled',
|
||||
target: 'response.poweredBy.enabled',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user