Converted all remaining boolean parameters to flags

This commit is contained in:
roflmaoqwerty 2020-01-04 16:00:21 +11:00
parent 4e1b135724
commit 25c88ae630
3 changed files with 3 additions and 3 deletions

View file

@ -417,7 +417,7 @@ export class PostPlugin extends ZeppelinPlugin<TConfigSchema> {
options: [
{
name: "enable-mentions",
type: "bool",
isSwitch: true,
},
{
name: "schedule",