diff --git a/blocks/branchcarousel/branchcarousel.css b/blocks/branchcarousel/branchcarousel.css new file mode 100644 index 0000000000..e69de29bb2 diff --git a/blocks/branchcarousel/branchcarousel.js b/blocks/branchcarousel/branchcarousel.js new file mode 100644 index 0000000000..a314fad5f4 --- /dev/null +++ b/blocks/branchcarousel/branchcarousel.js @@ -0,0 +1,3 @@ +export default function decorate(block){ + +} \ No newline at end of file diff --git a/component-definition.json b/component-definition.json index 13d76ec08b..d5a2f3c21b 100644 --- a/component-definition.json +++ b/component-definition.json @@ -974,6 +974,21 @@ } } } + }, + { + "title": "branch Carousel", + "id": "branchcarousel", + "plugins": { + "xwalk": { + "page": { + "resourceType": "core/franklin/components/block/v1/block", + "template": { + "name": "branchcarousel", + "model": "branchcarousel" + } + } + } + } } ] } diff --git a/component-filters.json b/component-filters.json index 0636516e5b..1944800bd0 100644 --- a/component-filters.json +++ b/component-filters.json @@ -104,7 +104,8 @@ "form", "nearestlocation", "fragment", - "formformatpdf" + "formformatpdf", + "branchcarousel" ] }, { diff --git a/component-models.json b/component-models.json index c7158e90ac..3936fc867d 100644 --- a/component-models.json +++ b/component-models.json @@ -2698,5 +2698,17 @@ "valueType": "string" } ] + }, + { + "id": "branchcarousel", + "fields": [ + { + "component": "text", + "valueType": "string", + "name": "branchcarousel", + "value": "Url text", + "label": "URL Text" + } + ] } ] diff --git a/paths.json b/paths.json index d3e2035299..931883736c 100644 --- a/paths.json +++ b/paths.json @@ -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" ] }