Skip to content

Commit

Permalink
Merge branch 'alpha' into afterpay-support
Browse files Browse the repository at this point in the history
  • Loading branch information
bashunaimiroy authored Mar 8, 2024
2 parents 81d83a0 + 81f9b02 commit f2b9fd7
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions theme/components/sections/header.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -321,21 +321,21 @@
"name": "Header",
"controls": [
{
"option": "toggle",
"control": "toggle",
"label": "Show announcement bar",
"value": {
"$ref": "#/schema/announcement_bar_show"
}
},
{
"option": "input",
"control": "input",
"label": "Announcement bar",
"value": {
"$ref": "#/schema/announcement_bar_text"
}
},
{
"option": "link-chooser",
"control": "link-chooser",
"label": "Announcement link",
"value": {
"$ref": "#/schema/announcement_bar_link"
Expand Down
8 changes: 4 additions & 4 deletions theme/components/sections/home/banner.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,18 @@
"name": "Banner",
"controls": [
{
"option": "group",
"control": "group",
"label": "Banner image",
"value": {
"controls": [
{
"option": "image-chooser",
"control": "image-chooser",
"value": {
"$ref": "#/schema/image"
}
},
{
"option": "input",
"control": "input",
"label": "Image description",
"placeholder": "Alt text for accessibility",
"value": {
Expand All @@ -62,7 +62,7 @@
}
},
{
"option": "input",
"control": "input",
"label": "Marquee text",
"placeholder": "Scrolling text",
"value": {
Expand Down
6 changes: 3 additions & 3 deletions theme/components/sections/home/featured-categories.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,19 @@
"name": "Featured categories",
"controls": [
{
"option": "input",
"control": "input",
"label": "Heading",
"value": {
"$ref": "#/schema/heading"
}
},
{
"option": "group",
"control": "group",
"label": "Featured categories",
"value": {
"controls": [
{
"option": "category-list-chooser",
"control": "category-list-chooser",
"value": {
"$ref": "#/schema/categories"
}
Expand Down
6 changes: 3 additions & 3 deletions theme/components/sections/home/featured-items.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,19 @@
"name": "Featured items",
"controls": [
{
"option": "input",
"control": "input",
"label": "Heading",
"value": {
"$ref": "#/schema/heading"
}
},
{
"option": "group",
"control": "group",
"label": "Items",
"value": {
"controls": [
{
"option": "item-list-chooser",
"control": "item-list-chooser",
"value": {
"$ref": "#/schema/items"
}
Expand Down
4 changes: 2 additions & 2 deletions theme/components/sections/home/text.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"name": "Text",
"controls": [
{
"option": "input",
"control": "input",
"label": "Heading",
"value": {
"$ref": "#/schema/heading"
}
},
{
"option": "textarea",
"control": "textarea",
"label": "Text",
"value": {
"$ref": "#/schema/text"
Expand Down

0 comments on commit f2b9fd7

Please sign in to comment.