- Issue created by @elgandoz
- 🇫🇷France Quentin Harelle
At the moment I did not try to use slots in the .components.yml for the moment, but you should be able to access the data in your component anyway in theory.
I'll try to look into it when I'll have the time.
- 🇦🇺Australia elgandoz Canberra
I can access the examples of the slots, eg:
$pluginDefinition['slots'][$slot_name]['examples'][0]
, but ATM I don't know how to render twig blocks in dab/src/Controller/DabComponentController.php:$markup = $this->twig->renderInline($twigTemplate, $variables);