Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit ef0f577d authored by Nicolas BEJEAN's avatar Nicolas BEJEAN
Browse files

Modification du modèle par défaut

parent 0d68547e
No related branches found
No related tags found
No related merge requests found
......@@ -26,10 +26,10 @@
<parameter name="template" xsi:type="select" required="true" visible="true" sort_order="6">
<label translate="true">template</label>
<options>
<option name="default" value="widget/category_widget.phtml" selected="true">
<option name="img_background" value="widget/category_widget_img_background.phtml" selected="true">
<label translate="true">default_template</label>
</option>
<option name="img_background" value="widget/category_widget_img_background.phtml">
<option name="default" value="widget/category_widget.phtml">
<label translate="true">other_template</label>
</option>
</options>
......
......@@ -9,6 +9,6 @@
"category_image_height", "Image height"
"category_image_height_description", "Numbers in px"
"template", "Template"
"default_template", "Default Template"
"other_template", "Template with backgrounded image"
"default_template", "Default template with backgrounded image"
"other_template", "Example: Another template"
"no_model", "WidgetCategory: Please define a model."
\ No newline at end of file
......@@ -9,6 +9,6 @@
"category_image_height", "Hauteur de l'image"
"category_image_height_description", "Taille en pixels"
"template", "Modèle"
"default_template", "Modèle par défaut"
"other_template", "Modèle avec les images en arrière-plan du lien"
"default_template", "Modèle par défaut avec les images en arrière-plan du lien"
"other_template", "Exemple : Autre modèle"
"no_model", "WidgetCategory : Veuillez définir un modèle."
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment