Skip to content

Commit

Permalink
Merge pull request #4 from shamalijadhav/feature/header-component
Browse files Browse the repository at this point in the history
 xf added on model
  • Loading branch information
Sm1pleScr1pt authored Jun 15, 2024
2 parents 465f524 + f6aef47 commit 58f870f
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 3 deletions.
15 changes: 15 additions & 0 deletions component-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,21 @@
}
}
}
},
{
"title": "Expreinece Fragment",
"id": "xf",
"plugins": {
"xwalk": {
"page": {
"resourceType": "core/franklin/components/block/v1/block",
"template": {
"name": "expreeiencefragment",
"model": "expreeiencefragment"
}
}
}
}
}
]
}
Expand Down
9 changes: 6 additions & 3 deletions component-filters.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"text",
"image",
"button",
"title"
"title",
"xf"
]
},
{
Expand All @@ -28,13 +29,15 @@
"hero",
"cards",
"columns",
"productcomponent"
"productcomponent",
"xf"
]
},
{
"id": "cards",
"components": [
"card"
"card",
"xf"
]
}
]
12 changes: 12 additions & 0 deletions component-models.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,5 +196,17 @@
"valueType": "string"
}
]
},
{
"id": "aem-experience-fragment",
"fields": [
{
"component": "aem-experience-fragment",
"name": "picker",
"label": "Experience Fragment Picker",
"valueType": "string",
"variationName": "experienceFragmentVariation"
}
]
}
]

0 comments on commit 58f870f

Please sign in to comment.