mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-07-29 22:04:39 +02:00
Update cardboardBox.ts
This commit is contained in:
@@ -14,7 +14,16 @@ export const cardboardBox = defineObject({
|
||||
variation: {
|
||||
type: 'enum',
|
||||
label: 'Variation',
|
||||
enum: ['default', 'mikan', 'aizon'],
|
||||
enum: [{
|
||||
label: 'Default',
|
||||
value: 'default',
|
||||
}, {
|
||||
label: 'Mikan',
|
||||
value: 'mikan',
|
||||
}, {
|
||||
label: 'Aizon',
|
||||
value: 'aizon',
|
||||
}],
|
||||
},
|
||||
},
|
||||
default: {
|
||||
|
||||
Reference in New Issue
Block a user