Help centerConsole

Getting Started

IntroductionCreate a projectIntelliSense

AI Components

Getting started

Courier

Getting startedCommandsConfiguration
Upgrade

Canvas

ExpressionsFilters & functionsCanvasTemplatingVariables
agentassetattributeblockcmsconstantcycledatedumpincludemaxminparentrandomrangerecaptchasource
Deprecated functions
Help centerConsole
DocumentationAPI ReferenceGuidesChangelog
Functions

constant

The constant function returns the constant value for a given string.

{{ some_date | date(constant('DATE_W3C')) }}

You can read constants from object instances as well:

{{ constant('RSS', date) }}

Use the defined test to check if a constant is defined:

{% if constant('SOME_CONST') is defined %}
  ...
{% endif %}

Last updated on

cms

The cms function allows you to retrieve CMS content.

cycle

The cycle function cycles on an array of values.