Skip to content

Commit

Permalink
Add DM Video block
Browse files Browse the repository at this point in the history
  • Loading branch information
Satya Deep Maheshwari committed Feb 27, 2025
1 parent 518c7f6 commit 9122e20
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
15 changes: 15 additions & 0 deletions component-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,21 @@
}
}
}
},
{
"title": "DM Video",
"id": "dm-video",
"plugins": {
"xwalk": {
"page": {
"resourceType": "core/franklin/components/block/v1/block",
"template": {
"name": "DM Video",
"model": "dm-video"
}
}
}
}
}
]
}
Expand Down
1 change: 1 addition & 0 deletions component-filters.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"text",
"image",
"dm-image",
"dm-video",
"button",
"title",
"hero",
Expand Down
12 changes: 12 additions & 0 deletions component-models.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,18 @@
}
]
},
{
"id": "dm-video",
"fields": [
{
"component": "custom-asset-namespace:custom-asset",
"name": "video",
"label": "Video",
"configUrl": "https://274796-hlxassetaddonconfig-stage.adobeio-static.net/api/v1/web/hlx-asset-addon-config/ue-extn-config",
"valueType": "string"
}
]
},
{
"id": "title",
"fields": [
Expand Down

0 comments on commit 9122e20

Please sign in to comment.