Skip to content

Commit

Permalink
Merge pull request #35275 from s-aga-r/FIX-35272
Browse files Browse the repository at this point in the history
fix: add missing options for `Content Align`
  • Loading branch information
s-aga-r committed May 13, 2023
2 parents e7bb6ad + 88ab075 commit 59f9d41
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 59f9d41

Please sign in to comment.