mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-27 10:44:26 +02:00
wip
This commit is contained in:
@@ -8,8 +8,18 @@ import { defineObject } from '../engine.js';
|
||||
|
||||
export const cardboardBox = defineObject({
|
||||
id: 'cardboardBox',
|
||||
defaultOptions: {
|
||||
variation: null as string | null,
|
||||
name: 'Cardboard Box',
|
||||
options: {
|
||||
schema: {
|
||||
variation: {
|
||||
type: 'enum',
|
||||
label: 'Variation',
|
||||
enum: ['default', 'mikan', 'aizon'],
|
||||
},
|
||||
},
|
||||
default: {
|
||||
variation: 'default',
|
||||
},
|
||||
},
|
||||
placement: 'top',
|
||||
createInstance: ({ room, options, root }) => {
|
||||
|
||||
Reference in New Issue
Block a user