Open avxkim opened 6 years ago
This plugin works with markdown, but what about Twig templates? For example, i have defined field "youtube" in a blueprints, i want to use that field's value to display a player using Twig template.
I think you can use something like this:
{% include 'partials/youtube.html.twig' with {'video_id':'oavMtUWDBTM', 'player_parameters':config.plugins.youtube.player_parameters} %}
related to #53
This plugin works with markdown, but what about Twig templates? For example, i have defined field "youtube" in a blueprints, i want to use that field's value to display a player using Twig template.