Skip to content

Commit 17d8170

Browse files
authored
Merge pull request #10 from pnp/Fix-samples-json
Added sample.json for SP Site Assistant
2 parents 57d9bf8 + d6f5f28 commit 17d8170

File tree

1 file changed

+74
-0
lines changed

1 file changed

+74
-0
lines changed
Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
[
2+
{
3+
"$schema": "https://developer.microsoft.com/en-us/json-schemas/pnp/samples/v1.0/metadata-schema.json",
4+
"name": "pnp-powerplatform-samples-sharepoint-site-assistant",
5+
"version": "1.0.0.0",
6+
"source": "pnp",
7+
"creationDateTime": "2023-07-19T00:00:00.000Z",
8+
"updateDateTime": "2023-07-19T00:00:00.000Z",
9+
"title": "SharePoint Site Assistant",
10+
"shortDescription": "This sample serves to simplify and standardize the site creation process within an organization, offering a tailored experience to users.",
11+
"longDescription": [
12+
"This sample serves to simplify and standardize the site creation process within an organization, offering a tailored experience to users. With a user-friendly interface, the application requires users to respond to seven questions on a Canvas App form, which initiates the creation of a new SharePoint site."
13+
],
14+
"url": "https://github.com/pnp/powerplatform-samples/tree/main/samples/sharepoint-site-assistant",
15+
"products": [
16+
"Power Apps",
17+
"Power Automate",
18+
"Power Platform"
19+
],
20+
"tags": [
21+
],
22+
"categories": [
23+
"POWERAPPS"
24+
],
25+
"metadata": [
26+
{
27+
"key": "POWERAPPS-MANIFEST-VERSION",
28+
"value": "0.20"
29+
},
30+
{
31+
"key": "POWERAPPS-TYPE",
32+
"value": "Canvas"
33+
},
34+
{
35+
"key": "POWERAPPS-EXPERIMENTAL",
36+
"value": "No"
37+
},
38+
{
39+
"key": "POWERAPPS-PREMIUM",
40+
"value": "No"
41+
},
42+
{
43+
"key": "POWERAPPS-ONPREM",
44+
"value": "No"
45+
},
46+
{
47+
"key": "POWERAPPS-CUSTOMCONNECTOR",
48+
"value": "No"
49+
}
50+
],
51+
"thumbnails": [
52+
{
53+
"type": "image",
54+
"order": 100,
55+
"url": "https://github.com/pnp/powerplatform-samples/blob/main/samples/sharepoint-site-assistant/assets/SharePointSiteAssistantOverview.gif?raw=true",
56+
"alt": "Preview"
57+
}
58+
],
59+
"authors": [
60+
{
61+
"gitHubAccount": "Katerina-Chernevskaya",
62+
"name": "Katerina Chernevskaya",
63+
"pictureUrl": "https://github.com/Katerina-Chernevskaya.png"
64+
}
65+
],
66+
"references": [
67+
{
68+
"name": "SharePoint Site Assistant Blog Series",
69+
"description": "LinkedIn Blog Series about the SharePoint Site Assistant solution.",
70+
"url": "https://www.linkedin.com/pulse/sharepoint-site-assistant-part-i-katerina-chernevskaya/"
71+
}
72+
]
73+
}
74+
]

0 commit comments

Comments
 (0)