jadu/pulsar-metadata

Provides a simple way to mark up key/value information provided by a Twig hash or JSON object

1.0.0 2023-09-28 13:47 UTC

This package is auto-updated.

Last update: 2024-08-28 15:53:02 UTC


README

Provides a simple way to mark up key/value information provided by a Twig hash or JSON object.

Documentation

https://jadu.github.io/pulsar/docs/components/metadata

Example usage

{{
    html.metadata({
        'items': {
            'File': 'true_lies.avi',
            'Size': '1.2 Gb',
            'Type': 'Video'
        }
    })
}}

Variations

Options