Closed avoidik closed 1 year ago
Currently it is not possible to set it to an empty value, like LOGO: "", that way it will be possible to hide it by default. Call to update_config logo ${LOGO} properly set it to an empty value if $LOGO is undefined.
LOGO: ""
update_config logo ${LOGO}
Currently it is not possible to set it to an empty value, like
LOGO: ""
, that way it will be possible to hide it by default. Call toupdate_config logo ${LOGO}
properly set it to an empty value if $LOGO is undefined.