Lorem ipsum dolor, sit amet consectetur adipisicing elit. Nobis, officia!

This is just placeholder text. Don’t be alarmed, this is just here to fill up space since your finalized copy isn’t ready yet.
The available dynamic data keys are listed below. Remember that they must be prepended with the context the key is being pulled from.
Templates this.foo
Loops {item.foo} or {[userdefined].foo}
Components {props.foo}
id
title
slug
content
excerpt
permalink.relative
permalink.full
featuredImage
date
date.format(‘F d, Y’)
— output: June 28, 2025 month = F ; day = d ; year = Y
{this.date.format(“W F “)}
status
type
thumbnail
author
author.id
author.name
category
template
template.slug
template.id
template.title
Custom field data can be accessed with the “meta” extension.
Example: {item.meta.fieldKey}
This should work for any custom fields registered in WP by tools like ACF, Metabox, etc.
Some examples:
Title: {this.title}
Slug: {this.slug}
Author: {this.author.first_name} {this.author.last_name}