Skip to content

Instantly share code, notes, and snippets.

@expiscornovus
Created March 6, 2025 13:39
Show Gist options
  • Save expiscornovus/6fa5bb393265dcdfef94af4e3ec8e6a9 to your computer and use it in GitHub Desktop.
Save expiscornovus/6fa5bb393265dcdfef94af4e3ec8e6a9 to your computer and use it in GitHub Desktop.
Body Add Image Gallery Web Part on Page
{
"@odata.type": "#microsoft.graph.sitePage",
"title": "Example Landing Page",
"canvasLayout": {
"horizontalSections": [
{
"layout": "oneColumn",
"id": "1",
"emphasis": "none",
"columns": [
{
"id": "1",
"webparts": [
{
"id": "76d07dde-4347-4545-badb-f28ba239e0e1",
"webPartType": "af8be689-990e-492a-81f7-ba3e4cd3ed9c",
"data": {
"dataVersion": "1.11",
"description": "Show several images, pictures or photos in a gallery layout.",
"title": "Image gallery",
"properties": {
"layout": 1,
"imageSourceType": 2,
"isRecursive": false,
"isCdnEnabledForList": true,
"hasDynamicModeEnabled": true,
"maxImagesCount": 5,
"[email protected]": "#Collection(String)",
"images": [],
"canAlwaysSelectDocLibAsSource": false,
"isTitleEnabled": true,
"listId": "d8ed3432-5da5-4c51-b2b9-f0ca0ef5fca7",
"listUrl": "/sites/PowerUsers/Conference Photos",
"gridSettings": {
"@odata.type": "#graph.Json",
"imageSize": 2,
"imageCropping": 1,
"imageAspectRatio": 1,
"lightbox": false
},
"carouselSettings": {
"@odata.type": "#graph.Json",
"autoplay": false,
"autoplaySpeed": 5,
"dots": false,
"lazyLoad": true,
"metadata": true,
"swipe": true
}
},
"serverProcessedContent": {
"htmlStrings": [],
"searchablePlainTexts": [
{
"key": "title",
"value": "Dunder Mifflin Scranton"
}
],
"links": [],
"imageSources": []
}
}
}
]
}
]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment