Skip to content

Commit

Permalink
carousel mappin started
Browse files Browse the repository at this point in the history
  • Loading branch information
Sm1pleScr1pt committed Sep 13, 2024
1 parent c82cf4e commit 49c70f2
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 2 deletions.
Empty file.
3 changes: 3 additions & 0 deletions blocks/branchcarousel/branchcarousel.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export default function decorate(block){

}
15 changes: 15 additions & 0 deletions component-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -974,6 +974,21 @@
}
}
}
},
{
"title": "branch Carousel",
"id": "branchcarousel",
"plugins": {
"xwalk": {
"page": {
"resourceType": "core/franklin/components/block/v1/block",
"template": {
"name": "branchcarousel",
"model": "branchcarousel"
}
}
}
}
}
]
}
Expand Down
3 changes: 2 additions & 1 deletion component-filters.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@
"form",
"nearestlocation",
"fragment",
"formformatpdf"
"formformatpdf",
"branchcarousel"
]
},
{
Expand Down
12 changes: 12 additions & 0 deletions component-models.json
Original file line number Diff line number Diff line change
Expand Up @@ -2698,5 +2698,17 @@
"valueType": "string"
}
]
},
{
"id": "branchcarousel",
"fields": [
{
"component": "text",
"valueType": "string",
"name": "branchcarousel",
"value": "Url text",
"label": "URL Text"
}
]
}
]
3 changes: 2 additions & 1 deletion paths.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"/content/piramalfinance-eds/in/en/api/authorisedagencies:/api/authorisedagencies.json",
"/content/piramalfinance-eds/in/en/api/sarfaesi:/api/sarfaesi.json",
"/content/piramalfinance-eds/in/en/api/branch-locator:/api/branch-locator.json",
"/content/piramalfinance-eds/in/en/api/branchlocatorobj:/api/branchlocatorobj.json"
"/content/piramalfinance-eds/in/en/api/branchlocatorobj:/api/branchlocatorobj.json",
"/content/piramalfinance-eds/in/en/api/branchloanmapping:/api/branchloanmapping.json"
]
}

0 comments on commit 49c70f2

Please sign in to comment.