jadu / pulsar-metadata
Provides a simple way to mark up key/value information provided by a Twig hash or JSON object
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 8
Forks: 0
Open Issues: 0
Language:SCSS
Requires
- jadu/twig-attribute-parser: ^1.0
- twig/twig: ^2.0
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' } }) }}