defaultValueCode
Returns a default placeholder code string for fields that don't have a custom PreviewLabField.valueCode implementation.
This function generates a TODO comment indicating that the value needs to be set manually. Used as the default implementation for PreviewLabField.valueCode.
Return
A placeholder string like /* TODO Set Label value here */
Parameters
label
The field label to include in the placeholder message