mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-26 17:14:19 +02:00
wip
This commit is contained in:
@@ -7,7 +7,11 @@ import { defineObject } from '../engine.js';
|
||||
|
||||
export const tabletopCalendar = defineObject({
|
||||
id: 'tabletopCalendar',
|
||||
defaultOptions: {},
|
||||
name: 'Tabletop Calendar',
|
||||
options: {
|
||||
schema: {},
|
||||
default: {},
|
||||
},
|
||||
placement: 'top',
|
||||
createInstance: () => {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user