Hoppa till huvudinnehåll

`<sf-singlerow>`

Our simplest content tag. It only allows users to write non-formatted text, which is great for headlines & titles.

Uppdaterad för mer än en vecka sedan

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

html-element

Required wrapper element. Defaults to wrapping content if unspecified; only exists in Live edit

recommended-max-length

Suggested maximum character length

remove-html-element

Outputs raw text without wrapping HTML

capitalize-first

Converts first letter to uppercase, remaining to lowercase

value

Sets default content; compatible with template variables

Fick du svar på din fråga?