- Issue created by @yustinTR
- Status changed to Closed: works as designed
about 1 year ago 8:31am 16 November 2023
I have an component called Title and an component called text-block. Within the component text-block i want to load the component title like this.
{% include 'yusintroost:title' with {
'title': title,
'heading': 'md'
} only %}
This works within drupal but in storbooks it doesnt recognizes the component. I had i working if i install storybook within my drupal theme but then i need to rewrite the responseheader so it looks in the right place. And i want it to work with storybook installed in the root en not in my theme.
Closed: works as designed
2.0
Code