Skip to content

Commit

Permalink
Merge pull request #10 from pnp/Fix-samples-json
Browse files Browse the repository at this point in the history
Added sample.json for SP Site Assistant
  • Loading branch information
Laskewitz committed Aug 5, 2023
2 parents 57d9bf8 + d6f5f28 commit 17d8170
Showing 1 changed file with 74 additions and 0 deletions.
74 changes: 74 additions & 0 deletions samples/sharepoint-site-assistant/assets/sample.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
[
{
"$schema": "https://developer.microsoft.com/en-us/json-schemas/pnp/samples/v1.0/metadata-schema.json",
"name": "pnp-powerplatform-samples-sharepoint-site-assistant",
"version": "1.0.0.0",
"source": "pnp",
"creationDateTime": "2023-07-19T00:00:00.000Z",
"updateDateTime": "2023-07-19T00:00:00.000Z",
"title": "SharePoint Site Assistant",
"shortDescription": "This sample serves to simplify and standardize the site creation process within an organization, offering a tailored experience to users.",
"longDescription": [
"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."
],
"url": "https://github.com/pnp/powerplatform-samples/tree/main/samples/sharepoint-site-assistant",
"products": [
"Power Apps",
"Power Automate",
"Power Platform"
],
"tags": [
],
"categories": [
"POWERAPPS"
],
"metadata": [
{
"key": "POWERAPPS-MANIFEST-VERSION",
"value": "0.20"
},
{
"key": "POWERAPPS-TYPE",
"value": "Canvas"
},
{
"key": "POWERAPPS-EXPERIMENTAL",
"value": "No"
},
{
"key": "POWERAPPS-PREMIUM",
"value": "No"
},
{
"key": "POWERAPPS-ONPREM",
"value": "No"
},
{
"key": "POWERAPPS-CUSTOMCONNECTOR",
"value": "No"
}
],
"thumbnails": [
{
"type": "image",
"order": 100,
"url": "https://github.com/pnp/powerplatform-samples/blob/main/samples/sharepoint-site-assistant/assets/SharePointSiteAssistantOverview.gif?raw=true",
"alt": "Preview"
}
],
"authors": [
{
"gitHubAccount": "Katerina-Chernevskaya",
"name": "Katerina Chernevskaya",
"pictureUrl": "https://github.com/Katerina-Chernevskaya.png"
}
],
"references": [
{
"name": "SharePoint Site Assistant Blog Series",
"description": "LinkedIn Blog Series about the SharePoint Site Assistant solution.",
"url": "https://www.linkedin.com/pulse/sharepoint-site-assistant-part-i-katerina-chernevskaya/"
}
]
}
]

0 comments on commit 17d8170

Please sign in to comment.