Our simplest content tag. It only allows users to write non-formatted text, which is great for headlines & titles.
Basic Example
<sf-singlerow id=":1" html-element="h1"></sf-singlerow>
Output:
<h1>Example</h1>
Attributes
Attribute | Description |
| Required wrapper element. Defaults to wrapping content if unspecified; only exists in Live edit |
| Suggested maximum character length |
| Outputs raw text without wrapping HTML |
| Converts first letter to uppercase, remaining to lowercase |
| Sets default content; compatible with template variables |
