You are here

seeds-add.html.twig in Seeds Toolbar 8

{% if content_links is not empty %}
    <h2 class="seeds-heading">{{content_collection}}</h2>
    {{content_links}}
{% endif %}
{% if taxonomy_links is not empty %}
    <h2 class="seeds-heading">{{taxonomy_collection}}</h2>
    {{taxonomy_links}}
{% endif %}
{% if media_links is not empty %}
    <h2 class="seeds-heading">{{media_collection}}</h2>
    {{media_links}}
{% endif %}
{% if block_links is not empty %}
    <h2 class="seeds-heading">{{block_collection}}</h2>
    {{block_links}}
{% endif %}

File

templates/seeds-add.html.twig
View source
  1. {% if content_links is not empty %}
  2. <h2 class="seeds-heading">{{content_collection}}</h2>
  3. {{content_links}}
  4. {% endif %}
  5. {% if taxonomy_links is not empty %}
  6. <h2 class="seeds-heading">{{taxonomy_collection}}</h2>
  7. {{taxonomy_links}}
  8. {% endif %}
  9. {% if media_links is not empty %}
  10. <h2 class="seeds-heading">{{media_collection}}</h2>
  11. {{media_links}}
  12. {% endif %}
  13. {% if block_links is not empty %}
  14. <h2 class="seeds-heading">{{block_collection}}</h2>
  15. {{block_links}}
  16. {% endif %}