Merge pull request #22 from roflmaoqwerty/fix-flags

Converted all remaining boolean parameters to flags
This commit is contained in:
Miikka 2020-01-12 10:36:00 +02:00 committed by GitHub
commit 65816337a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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",

View file

@ -212,7 +212,7 @@ export class SlowmodePlugin extends ZeppelinPlugin<TConfigSchema> {
options: [
{
name: "force",
type: "bool",
isSwitch: true,
},
],
})

View file

@ -191,7 +191,7 @@ export class UtilityPlugin extends ZeppelinPlugin<TConfigSchema> {
options: [
{
name: "counts",
type: "bool",
isSwitch: true,
},
{
name: "sort",