From https://github.com/fmidue/output-blocks/blob/e97c5f06a17c5b99f0bed2a733bfbf974304adf3/output-blocks/src/Control/OutputCapable/Blocks.hs#L511-L516
Potentially the extraText field itself should instead of just a Maybe (there is text or none) make more distinctions (there is no text, or there is text that should be displayed directly, or there is text that should be displayed in a collapsible with a certain on/off setting).
From https://github.com/fmidue/output-blocks/blob/e97c5f06a17c5b99f0bed2a733bfbf974304adf3/output-blocks/src/Control/OutputCapable/Blocks.hs#L511-L516
Potentially the
extraTextfield itself should instead of just aMaybe(there is text or none) make more distinctions (there is no text, or there is text that should be displayed directly, or there is text that should be displayed in a collapsible with a certain on/off setting).