Last active
January 12, 2026 15:37
-
-
Save expiscornovus/085c9cf1f0d5b748d9e89856ade476c4 to your computer and use it in GitHub Desktop.
Body Add Title Area 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": "Test Title Area Web Part", | |
| "canvasLayout": { | |
| "horizontalSections": [ | |
| { | |
| "layout": "fullWidth", | |
| "id": "1", | |
| "emphasis": "none", | |
| "columns": [ | |
| { | |
| "id": "1", | |
| "webparts": [ | |
| { | |
| "id": "@{guid()}", | |
| "webPartType": "cbe7b0a9-3504-44dd-a3a3-0e5cacd07788", | |
| "data": { | |
| "dataVersion": "1.6", | |
| "description": "Show a banner with title and author information", | |
| "title": "Banner", | |
| "properties": { | |
| "imageSource": "", | |
| "imageSourceType": 0, | |
| "title": "Testing Title area", | |
| "altText": "", | |
| "siteId": "", | |
| "webId": "", | |
| "uniqueId": "", | |
| "listId": "", | |
| "translateX": 50, | |
| "translateY": 50, | |
| "layoutType": "FullWidthImage", | |
| "textAlignment": "Left", | |
| "showTopicHeader": false, | |
| "showPublishDate": true, | |
| "topicHeader": "", | |
| "enableGradientEffect": true, | |
| "[email protected]": "#Collection(String)", | |
| "authorByline": [ | |
| "[email protected]" | |
| ], | |
| "showTimeToRead": true, | |
| "htmlTitle": "<h2 class=\"headingSpacingAbove headingSpacingBelow lineHeight1_4\"><span class=\"fontSizeXLarge\">Testing Title area</span></h2>", | |
| "[email protected]": "#Collection(graph.Json)", | |
| "authors": [ | |
| { | |
| "id": "i:0#.f|membership|[email protected]", | |
| "upn": "[email protected]", | |
| "email": "[email protected]", | |
| "name": "Dennis Goedegebuure", | |
| "role": "Senior Technical Consultant" | |
| } | |
| ] | |
| }, | |
| "serverProcessedContent": { | |
| "htmlStrings": [], | |
| "searchablePlainTexts": [], | |
| "links": [], | |
| "imageSources": [] | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment