Skip to content

Commit

Permalink
updated with new content structure
Browse files Browse the repository at this point in the history
  • Loading branch information
dstarr authored Jul 26, 2024
1 parent 0a09b70 commit b89f72c
Showing 1 changed file with 22 additions and 13 deletions.
35 changes: 22 additions & 13 deletions extension-data.json
Original file line number Diff line number Diff line change
@@ -1,56 +1,63 @@
{
"private_offer_page": "https://hugos-msft.github.io/sandbox/",
"guided_tour":
"page_content": [
{
"page_url": "https://partner.microsoft.com/en-us/dashboard/home",
"media_url": "https://github.com/microsoft/Mastering,-the-Marketplace/raw/main/guided_tour/Outro.mp4",
"title": "Sample video 1",
"media_type": "video",
"content_type": "video",
"jquery_selector": "#workspace-nav-offers-homepagelink"
},
{
"page_url": "https://partner.microsoft.com/en-us/dashboard/home",
"media_url": "https://github.com/microsoft/Mastering-the-Marketplace/raw/main/guided_tour/home_workspace_marketplace_offers.mp3",
"title": "Sample audio 3",
"media_type": "audio",
"content_type": "audio",
"jquery_selector": "#workspace-nav-offers-homepagelink"
},
{
"page_url": "https://github.com",
"media_url": "https://github.com/microsoft/Mastering-the-Marketplace/raw/main/guided_tour/home_workspace_marketplace_offers.mp3",
"title": "Sample audio 1",
"media_type": "audio",
"content_type": "audio",
"jquery_selector": ""
},
{
"page_url": "https://github.com",
"media_url": "https://github.com/microsoft/Mastering-the-Marketplace/raw/main/guided_tour/home_workspace_marketplace_offers.mp3",
"title": "Sample audio 2",
"media_type": "audio",
"content_type": "audio",
"jquery_selector": ""
}
},
{
"page_url": "https://partner.microsoft.com/en-us/dashboard/home",
"media_url": "https://github.com/microsoft/Mastering-the-Marketplace/raw/main/guided_tour/Outro.mp4",
"title": "Sample video 2",
"media_type": "video",
"content_type": "video",
"jquery_selector": "#workspace-nav-offers-homepagelink"
},

],

"page_overlays": [
{
"page_url": "https://partner.microsoft.com/en-us/dashboard/home",
"target_title": "PC dashboard home content",
"target_url": "https://www.youtube.com/watch?v=6v2L2UGZJAM",
"jquery_selector": "foo",
"content_type": "link",
"event": "load"
},
{
"page_url": "https://github.com",
"target_title": "Did you know?",
"target_url": "https://www.youtube.com/watch?v=6v2L2UGZJAM",
"jquery_selector": "#create-new-button",
"content_type": "hint",
"event": "load",
"text": "Use this dropdown to create new marketplace offers."
},
{
"page_url": "https://partner.microsoft.com/en-us/dashboard/marketplace-offers/overview",
"target_title": "Mastering the SaaS Accelerator",
"target_url": "https://partner.microsoft.com/en-us/training/assets/collection/mastering-the-saas-accelerator#/",
"content_type": "link",
"jquery_selector": "foo",
"event": "load"
},
Expand All @@ -59,23 +66,25 @@
"target_title": "PC Offers overview content 2",
"target_url": "https://www.youtube.com/watch?v=6v2L2UGZJAM",
"jquery_selector": "foo",
"content_type": "link",
"event": "load"
},
{
"page_url": "https://github.com",
"target_title": "GitHub content 1",
"target_url": "https://www.youtube.com/watch?v=6v2L2UGZJAM",
"jquery_selector": "foo",
"content_type": "link",
"event": "load"
},
{
"page_url": "https://github.com",
"target_title": "GitHub content 2",
"target_url": "https://www.youtube.com/watch?v=6v2L2UGZJAM",
"jquery_selector": "foo",
"content_type": "link",
"event": "load"
}

],
"recent_content": [
{
Expand All @@ -91,4 +100,4 @@
"url": "https://partner.microsoft.com/en-us/training/assets/collection/mastering-the-saas-accelerator#/"
}
]
}
}

0 comments on commit b89f72c

Please sign in to comment.