- Description:
This key toggles whether any value in this argument will alias to
true, and an empty value will alias tofalse.Setting this key to
truewill cause any value in this argument to alias totrue, and an empty value to alias tofalse.By default, this key is
false(i.e., values are not aliased to boolean).- Appears in:
└── Snippet Model └── implied_boolean- Type:
boolean- Default value:
false- Examples:
In this example, we have configured implied boolean so any value in this argument will alias to
true, and an empty value will alias tofalse.Copied to clipboardparser: argument options: model: editor_key: has_video_id implied_boolean: true{ "parser": "argument", "options": { "model": { "editor_key": "has_video_id", "implied_boolean": true } } }