@wmfs/tymly-cardscript-plugin
Version:
Plugin which handles interactions to do with Cardscript
24 lines • 529 B
JSON
{
"id": "boards",
"title": "Boards",
"description": "Boards",
"type": "object",
"properties": {
"boardTitleTemplate": {
"type": "string",
"description": "The title of the board"
},
"watchable": {
"type": "boolean",
"description": "Whether the board is watchable or not"
},
"category": {
"type": "string",
"description": "The category the board belongs to"
},
"content": {
"type": "object",
"description": "The content of the board"
}
}
}