Skip to main content

A Box Doc Gen template tag object.

tag_content
string
required

The content of the tag.

Example:

"{{item.name}}"

tag_type
enum<string>
required

Type of the tag.

Available options:
text,
arithmetic,
conditional,
for-loop,
table-loop,
image
Example:

"text"

json_paths
string[]
required

List of the paths.

Example:
["products", "products.name"]