Skip to main content

12 docs tagged with "Twig"

View all tags

Accessing Choice columns metadata

When custom forms include a choice column (previously known as an optionset or a picklist), access to the metadata is required to include all possible values as part of the markup, usually as a SELECT HTML tag.

Add Twig in header/footer

To inject dynamic data outside of the page content, you can use direct code in header.php or footer.php to render the dynamic content:

Configuration

Configuration guide for Twig in DataPress, covering debug mode, caching, device detection, date/time handling, and request context objects.

Examples

A collection of practical Twig examples for DataPress, covering record rendering, user info, metadata access, formatting, lookups, choices, currency, and more.

Reference

Reference guide to DataPress Twig global objects, filters and functions, including formatted values, entity references, file/image URLs, Web API queries, and utility helpers.

Twig templates

A practical guide to creating, using, and overriding reusable Twig templates in DataPress.