SEBLOD
SEBLOD copied to clipboard
Behavior options in HTML typography
The Behavior option in HTML typography seems to work like this:
- Auto: label and value/typo are not shown if field value is empty
- Auto + on label: I see no difference with previous case, am I wrong?
- Always: label and value/typo are always shown even if field value is empty, BUT with this option, the label value is overriden with the output of typography (line 36 in "cck_field_typo/html/html.php")
I think this should be changed to have an option to always show label and value/typo but without setting the label to the value coming from typography, that is used for field value and not for label value (and when we need to override the label, we just set it to clear and output another value with typography). Makes sense? thanks