fix(plugin-system-settings): convert array to json
(cherry picked from commit 73262aff5037603c1db1889ad34bf799218481ae)
This commit is contained in:
parent
c47f501756
commit
7f51610a6f
@ -19,7 +19,7 @@ export default defineCollection({
|
||||
{
|
||||
type: 'boolean',
|
||||
name: 'smsAuthEnabled',
|
||||
defaultValue: false
|
||||
defaultValue: false,
|
||||
},
|
||||
{
|
||||
type: 'belongsTo',
|
||||
@ -27,8 +27,9 @@ export default defineCollection({
|
||||
target: 'attachments',
|
||||
},
|
||||
{
|
||||
type: 'array',
|
||||
type: 'json',
|
||||
name: 'enabledLanguages',
|
||||
defaultValue: [],
|
||||
},
|
||||
{
|
||||
type: 'string',
|
||||
@ -36,4 +37,3 @@ export default defineCollection({
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user