Skip to content

Commit 26dfc69

Browse files
committedJan 14, 2025
Added sample.json
1 parent 9d8009b commit 26dfc69

File tree

1 file changed

+79
-0
lines changed

1 file changed

+79
-0
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
[
2+
{
3+
"name": "pnp-list-formatting-person-quote-card",
4+
"reponame": "person-quote-card",
5+
"source": "pnp",
6+
"title": "person-quote-card",
7+
"shortDescription": "This sample transforms list items into a template that displates quotes from People with a link to their Twitter (X) handle.",
8+
"url": "https://github.com/pnp/List-Formatting/tree/master/view-samples/person-quote-card",
9+
"longDescription": [
10+
"This sample transforms list items into a template that displates quotes from People with a link to their Twitter (X) handle."
11+
],
12+
"creationDateTime": "2025-01-14T00:00:00.000Z",
13+
"updateDateTime": "2025-01-14T00:00:00.000Z",
14+
"products": [
15+
"SharePoint",
16+
"Microsoft Lists"
17+
],
18+
"metadata": [
19+
{
20+
"key": "LIST-SAMPLE-TYPE",
21+
"value": "View"
22+
},
23+
{
24+
"key": "SHAREPOINT-COMPATIBILITY",
25+
"value": "SharePoint Online"
26+
},
27+
{
28+
"key": "SAMPLE-CATEGORIES",
29+
"value": ""
30+
},
31+
{
32+
"key": "LIST-COLUMN-TYPE",
33+
"value": ""
34+
},
35+
{
36+
"key": "FORMATTING-TOKENS",
37+
"value": ""
38+
},
39+
{
40+
"key": "FORMATTING-OPERATORS",
41+
"value": "getUserImage"
42+
},
43+
{
44+
"key": "FORMATTING-ACTIONS",
45+
"value": ""
46+
},
47+
{
48+
"key": "FORMATTING-FEATURES",
49+
"value": "hideColumnHeader, hideSelection"
50+
},
51+
{
52+
"key": "CLASSES",
53+
"value": ""
54+
}
55+
],
56+
"thumbnails": [
57+
{
58+
"type": "image",
59+
"order": 100,
60+
"url": "https://raw.githubusercontent.com/pnp/List-Formatting/master/view-samples/person-quote-card/assets/screenshot.png",
61+
"alt": "screenshot"
62+
}
63+
],
64+
"authors": [
65+
{
66+
"gitHubAccount": "sudeepghatak",
67+
"pictureUrl": "https://github.com/sudeepghatak.png",
68+
"name": "Sudeep Ghatak"
69+
}
70+
],
71+
"references": [
72+
{
73+
"name": "Use view formatting to customize SharePoint",
74+
"description": "You can use view formatting to customize how items in SharePoint lists and libraries are displayed. To do this, you construct a JSON object that describes the elements that are displayed when an item is loaded in a view and any styles to be applied to those elements.",
75+
"url": "https://docs.microsoft.com/sharepoint/dev/declarative-customization/view-formatting"
76+
}
77+
]
78+
}
79+
]

0 commit comments

Comments
 (0)
Please sign in to comment.