Projet

Général

Profil

0001-misc-add-css-class-to-placeholder-with-flex-grid-651.patch

Frédéric Péters, 24 mai 2022 08:05

Télécharger (1,08 ko)

Voir les différences:

Subject: [PATCH] misc: add css class to placeholder with flex grid (#65145)

 combo/public/templates/combo/placeholder.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
combo/public/templates/combo/placeholder.html
1 1
{% load i18n %}
2 2
{% if render %}
3 3
{% if outer_tag %}<{{outer_tag|default:"div"}} class="combo-placeholder combo-placeholder--{{ placeholder.key }}">{% endif %}
4
{% if placeholder_options.fx_grid_layout %}<div class="{{ placeholder_options.fx_grid_layout }}">{% endif %}
4
{% if placeholder_options.fx_grid_layout %}<div class="combo-placeholder--fx-grid {{ placeholder_options.fx_grid_layout }}">{% endif %}
5 5
{% if render_skeleton %}
6 6
{{ skeleton }}
7 7
{% endif %}
8
-