Created
January 28, 2026 10:55
-
-
Save expiscornovus/f61a289efcf09bfcf5dd9f94da3e29ae to your computer and use it in GitHub Desktop.
Body Add Link Preview Web Part on Page
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "@odata.type": "#microsoft.graph.sitePage", | |
| "title": "Add Link Preview Web Part on Page", | |
| "canvasLayout": { | |
| "horizontalSections": [ | |
| { | |
| "layout": "oneColumn", | |
| "id": "1", | |
| "emphasis": "none", | |
| "columns": [ | |
| { | |
| "id": "1", | |
| "webparts": [ | |
| { | |
| "id": "@{guid()}", | |
| "webPartType": "6410b3b6-d440-4663-8744-378976dc041e", | |
| "data": { | |
| "dataVersion": "1.1", | |
| "description": "Add a link with a rich preview such as an image or text brought in from the linked video or web content.", | |
| "title": "Link", | |
| "properties": { | |
| "linkPreviewComponentMode": 2, | |
| "displayLink": false, | |
| "minimumLayoutWidth": 2, | |
| "cachedMetaDataUpdateTimeStamp@odata.type": "#Int64", | |
| "cachedMetaDataUpdateTimeStamp": 1769596357497, | |
| "listId": "", | |
| "webId": "", | |
| "uniqueId": "", | |
| "siteId": "", | |
| "openInNewTab": true | |
| }, | |
| "serverProcessedContent": { | |
| "htmlStrings": [], | |
| "searchablePlainTexts": [ | |
| { | |
| "key": "title", | |
| "value": "Expiscornovus – Discover the new" | |
| }, | |
| { | |
| "key": "description", | |
| "value": "Example of a blog with Power Automate cloud flow examples." | |
| } | |
| ], | |
| "links": [ | |
| { | |
| "key": "url", | |
| "value": "https://www.expiscornovus.com/" | |
| } | |
| ], | |
| "imageSources": [ | |
| { | |
| "key": "imageURL", | |
| "value": "https://live.staticflickr.com/65535/55053618908_f6ecd6db19_c.jpg" | |
| } | |
| ] | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment