Skip to content

Commit

Permalink
fix: add missing options for Content Align
Browse files Browse the repository at this point in the history
(cherry picked from commit d16caa2)
  • Loading branch information
s-aga-r authored and mergify[bot] committed May 13, 2023
1 parent 8b9f8c6 commit e37b903
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion erpnext/e_commerce/web_template/hero_slider/hero_slider.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@
"fieldname": "slide_3_content_align",
"fieldtype": "Select",
"label": "Content Align",
"options": "Left\nCentre\nRight",
"reqd": 0
},
{
Expand Down Expand Up @@ -214,6 +215,7 @@
"fieldname": "slide_4_content_align",
"fieldtype": "Select",
"label": "Content Align",
"options": "Left\nCentre\nRight",
"reqd": 0
},
{
Expand Down Expand Up @@ -263,6 +265,7 @@
"fieldname": "slide_5_content_align",
"fieldtype": "Select",
"label": "Content Align",
"options": "Left\nCentre\nRight",
"reqd": 0
},
{
Expand All @@ -274,7 +277,7 @@
}
],
"idx": 2,
"modified": "2021-02-24 15:57:05.889709",
"modified": "2023-05-12 15:03:57.604060",
"modified_by": "Administrator",
"module": "E-commerce",
"name": "Hero Slider",
Expand Down

0 comments on commit e37b903

Please sign in to comment.