ajout médias sociaux dans la page edit
This commit is contained in:
parent
c46a8304a9
commit
1895089ec9
2 changed files with 41 additions and 3 deletions
|
@ -70,8 +70,21 @@
|
|||
</span>
|
||||
{% endif %}
|
||||
{% include 'public/edit/ask_angela.html.twig' %}
|
||||
{% include 'public/edit/social_media.html.twig' %}
|
||||
|
||||
|
||||
<div class="input-group mb-2 phone-group">
|
||||
<span class="input-group-text" style="width: 120px;">
|
||||
<i class="bi bi-phone me-2"></i>
|
||||
Téléphone
|
||||
</span>
|
||||
<input type="text"
|
||||
class="form-control"
|
||||
id="commerce_tag_value__contact:phone"
|
||||
name="commerce_tag_value__contact:phone"
|
||||
value="{{ place.tags['contact:phone'] ?? '' }}"
|
||||
placeholder="+33 1 23 45 67 89">
|
||||
</div>
|
||||
<div id="advanced_tags" class="d-none">
|
||||
{% include 'public/edit/tags.html.twig' %}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue