Skip to content

Commit

Permalink
Merge pull request #733 from SteveHNH/widget_layout_itless
Browse files Browse the repository at this point in the history
feat: Add widget layout to fed mods for itless
  • Loading branch information
Hyperkid123 authored Nov 14, 2024
2 parents 0b87035 + 5ef2b1d commit 2af41c2
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions static/beta/itless/modules/fed-modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,20 @@
}
]
},
"widgetLayout": {
"manifestLocation": "/apps/widget-layout/fed-mods.json",
"modules": [
{
"id": "widgetLayout",
"module": "./RootApp",
"routes": [
{
"pathname": "/staging/widget-layout"
}
]
}
]
},
"learningResources": {
"manifestLocation": "/apps/learning-resources/fed-mods.json",
"modules": [
Expand Down
14 changes: 14 additions & 0 deletions static/stable/itless/modules/fed-modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,20 @@
}
]
},
"widgetLayout": {
"manifestLocation": "/apps/widget-layout/fed-mods.json",
"modules": [
{
"id": "widgetLayout",
"module": "./RootApp",
"routes": [
{
"pathname": "/staging/widget-layout"
}
]
}
]
},
"learningResources": {
"manifestLocation": "/apps/learning-resources/fed-mods.json",
"modules": [
Expand Down

0 comments on commit 2af41c2

Please sign in to comment.