Textbox & Textarea
Value Type Saved: String
A standard text box and text area, in the settings you can restrict the length you let the user put in them

Example of getting value on page
@(Content!.GetValue<string>("PropertyAliasHere"))
Last updated