mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-19 01:05:39 +02:00
Formally add vertical lists
+ Add vertical as a bool to config verification + Fix minor bug with displaying vertical lists
This commit is contained in:
parent
eb296c08e4
commit
0ab621c82b
2 changed files with 5 additions and 3 deletions
|
@ -352,6 +352,7 @@ verify_conf(keychain_t *chain, const struct yml_node *node)
|
|||
{"fill", true, &conf_verify_particle},
|
||||
{"empty", true, &conf_verify_particle},
|
||||
{"indicator", true, &conf_verify_particle},
|
||||
{"verticl", false, &conf_verify_bool},
|
||||
PARTICLE_COMMON_ATTRS,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue