Formally add vertical lists

+ Add vertical as a bool to config verification
+ Fix minor bug with displaying vertical lists
This commit is contained in:
Kyle Gunger 2023-01-27 00:10:26 -05:00
parent eb296c08e4
commit 0ab621c82b
No known key found for this signature in database
GPG key ID: AAC200B8080E15D6
2 changed files with 5 additions and 3 deletions

View file

@ -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,
};