Browse Source

[Global] Message global : possibilité d'afficher un message sur toutes les pages du front

feature/module_traiteur_v1
Guillaume 4 years ago
parent
commit
b479b5c0db
2 changed files with 7 additions and 1 deletions
  1. +1
    -1
      ShopBundle/Resources/public/js/backend/script/merchant/vuejs-merchant.js
  2. +6
    -0
      ShopBundle/Resources/views/backend/merchant/panel_general.html.twig

+ 1
- 1
ShopBundle/Resources/public/js/backend/script/merchant/vuejs-merchant.js View File

sectionsArray: [ sectionsArray: [
{ {
name: 'general', name: 'general',
nameDisplay: 'Catalogue'
nameDisplay: 'Général'
}, },
{ {
name: 'product', name: 'product',

+ 6
- 0
ShopBundle/Resources/views/backend/merchant/panel_general.html.twig View File

<div class="col-12"> <div class="col-12">
{{ form_row(form.merchantConfigs['second-line-element-menu']) }} {{ form_row(form.merchantConfigs['second-line-element-menu']) }}
</div> </div>
<div class="col-12">
{{ form_row(form.merchantConfigs['message-global-alert-type']) }}
</div>
<div class="col-12">
{{ form_row(form.merchantConfigs['message-global-alert']) }}
</div>
{{ macros.card_end() }} {{ macros.card_end() }}
</div> </div>
</div> </div>

Loading…
Cancel
Save