Initial Drupal 11 with DDEV setup
This commit is contained in:
7
vendor/chi-teck/drupal-code-generator/templates/_sdc/template.twig
vendored
Normal file
7
vendor/chi-teck/drupal-code-generator/templates/_sdc/template.twig
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
<div {{ '{{ attributes }}' }}>
|
||||
{% if component_slots|length > 0 %}
|
||||
{% for slot in component_slots %}
|
||||
{{ '{% block ' }}{{ slot.name }}{{ ' %}' }}{{ '{% endblock %}' }}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
</div>
|
||||
Reference in New Issue
Block a user