Skip to main content

Placeholder

An expression editor function that generates random placeholder content by category.

Updated yesterday

Overview

Overview: This function returns a random string based on a specified category. It is useful for generating sample content during development.


Parameters

placeholder(category)

Category

The type of placeholder content (CTA, Name, Date, Address, City, Short Headline, Long Headline, Paragraph, Multi-Paragraph).


For example...

placeholder("Name")

Returns a random name like "Sarah Johnson".

Did this answer your question?