fixup! gluon-config-mode-domain-select: allow hiding of individual domain codes
This commit is contained in:
parent
ea1cc39119
commit
717d6ea4c4
@ -1,2 +1,3 @@
|
||||
need_boolean(in_domain({'hide_domain'}), false)
|
||||
need_array_of(in_domain({'hide_domain_codes'}), table_keys(need_table(in_domain({'domain_names'}), nil, true)), false)
|
||||
valid_domain_codes = table_keys(need_table(in_domain({'domain_names'})))
|
||||
need_array_of(in_domain({'hide_domain_codes'}), valid_domain_codes, false)
|
||||
|
Loading…
Reference in New Issue
Block a user