/datum/preference/text
        
    
            
        
A string-based preference accepting arbitrary string values entered by the user, with a maximum length.
| Vars | |
| maximum_value_length | What is the maximum length of the value allowed in this field? | 
|---|---|
| should_strip_html | Should we strip HTML the input or simply restrict it to the maximum_value_length? | 
Var Details
maximum_value_length
            
        
    
            
        
        What is the maximum length of the value allowed in this field?
should_strip_html
            
        
    
            
        
        Should we strip HTML the input or simply restrict it to the maximum_value_length?