Skip to content

Commit 7fee52a

Browse files
authored
Updating tracking images and adjustments on readme files
1 parent c32e507 commit 7fee52a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+133
-115
lines changed

Diff for: .github/CONTRIBUTING.md

+16-12
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
# Contribution Guidance
2+
23
If you'd like to contribute to this repository, please read the following guidelines. Contributors are more than welcome to share your learnings with others from centralized location.
34

45
## Code of Conduct
6+
57
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
68
For more information, see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)
79
or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
810

911
## Question or Problem?
10-
Please do not open GitHub issues for general support questions as the GitHub list should be used for feature requests and bug reports. This way we can more easily track actual issues or bugs from the code and keep the general discussion separate from the actual code.
1112

12-
If you have questions about how to use SharePoint Framework or any of the provided samples, please use the following locations.
13-
14-
* [SharePoint Developer Space](http://aka.ms/SPPnP-Community) at http://techcommunity.microsoft.com
15-
* [SharePoint Stack Exchange](http://sharepoint.stackexchange.com/) with 'spfx' tag
13+
Please do not open GitHub issues for general support questions as the GitHub list should be used for feature requests and bug reports. This way we can more easily track actual issues or bugs from the code and keep the general discussion separate from the actual code.
1614

1715
## Typos, Issues, Bugs and contributions
16+
1817
Whenever you are submitting any changes to the SharePoint repositories, please follow these recommendations.
1918

2019
* Always fork repository to your own account for applying modifications
@@ -23,6 +22,7 @@ Whenever you are submitting any changes to the SharePoint repositories, please f
2322
* If you are submitting typo or documentation fix, you can combine modifications to single PR where suitable
2423

2524
## Submitting changes as pull requests
25+
2626
Here's a high level process for submitting new samples or updates to existing ones.
2727

2828
1. Sign the Contributor License Agreement (see below)
@@ -36,12 +36,13 @@ Here's a high level process for submitting new samples or updates to existing on
3636
> note. Delete the feature specific branch only AFTER your pull request has been processed.
3737
3838
## Sample naming and structure guidelines
39+
3940
When you are submitting a new sample, it has to follow up below guidelines
4041

4142
- You will need to have a README file for your contribution, which is based on [provided template](../solutions/README-template.md) under the `solutions` folder. Please copy this template and update accordingly. README has to be named as README.md with capital letters.
4243
- You will need to have a picture of the web part in practice in the README file ("pics or it didn't happen"). Preview image must be located in /assets/ folder in the root your you solution.
43-
- README template contains specific tracking image as a final entry in the page with img tag by default to https://telemetry.sharepointpnp.com/sp-dev-solutions/solutions/readme-template. This is transparent image, which is used to track popularity of individual samples in GitHub.
44-
- Updated the image src element according with repository name and folder information. If your sample is for example in samples folder and named as ChangeRequests, src element should be updated as https://telemetry.sharepointpnp.com/sp-dev-solutions/solutions/ChangeRequests
44+
- README template contains specific tracking image as a final entry in the page with img tag by default to https://pnptelemetry.azurewebsites.net/sp-dev-solutions/solutions/readme-template. This is transparent image, which is used to track popularity of individual samples in GitHub.
45+
- Updated the image src element according with repository name and folder information. If your sample is for example in samples folder and named as ChangeRequests, src element should be updated as https://pnptelemetry.azurewebsites.net/sp-dev-solutions/solutions/ChangeRequests
4546
- If you find already similar kind of sample from the existing samples, we would appreciate you to rather extend existing one, than submitting a new similar sample
4647
- When you update existing samples, please update also README accordingly with information on provided changes and with your author details
4748
- When you are submitting new sample solution, please name the sample solution folder accordingly
@@ -50,39 +51,42 @@ When you are submitting a new sample, it has to follow up below guidelines
5051
- Do not use period/dot in the folder name of the provided sample
5152

5253
## Step-by-step on submitting a pull request to this repository
54+
5355
Please see following wiki post from the GitHub repository wiki for exact steps on submitting new pull requests.
5456

5557
* How to submit a PR to SharePoint repository? - *Work in progress*
5658

5759
## Merging your existing github projects with this repository
60+
5861
If the sample you wish to contribute is stored in your own Github repository, you can use the following steps to merge it with the Psp-dev-solutions repository:
5962

6063
* Fork the sp-dev-solutions repository from GitHub
6164
* Create a local git repository
65+
6266
```
6367
md sp-dev-solutions
6468
cd sp-dev-solutions
6569
git init
6670
```
71+
6772
* Pull your forked copy of sp-dev-solutions into your local repository
73+
6874
```
6975
git remote add origin https://github.com/yourgitaccount/sp-dev-solutions.git
7076
git pull origin dev
7177
```
78+
7279
* Pull your other project from github into the samples folder of your local copy of sp-dev-solutions
80+
7381
```
7482
git subtree add --prefix=samples/projectname https://github.com/yourgitaccount/projectname.git master
7583
```
7684

7785
* Push the changes up to your forked repository
86+
7887
```
7988
git push origin dev
8089
```
81-
82-
## Signing the CLA
83-
Before we can accept your pull requests you will be asked to sign electronically Contributor License Agreement (CLA), which is prerequisite for any contributions to PnP repository. This will be one time process, so for any future contributions you will not be asked to re-sign anything. After the CLA has been signed, our PnP core team members will have a look on your submission for final verification of the submission. Please do not delete your development branch until the submission has been closed.
84-
85-
You can find Microsoft CLA from the following address - https://cla.microsoft.com.
8690

8791
Thank you for your contribution.
8892

Diff for: LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SharePoint Patterns and Practices Community Solutions
1+
Microsoft 365 Platform Community Solutions
22
Copyright (c) Microsoft Corporation
33
All rights reserved.
44

Diff for: README.md

+5-8
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ languages:
66
- typescript
77
extensions:
88
contentType: samples
9-
createdDate: 6/13/2017 12:47:19 PM
9+
createdDate: 12/13/2022 12:47:19 PM
1010
---
1111

12-
# SharePoint Patterns and Practices Community Solutions
12+
# Microsoft 365 Platform Community Solutions
1313

14-
Welcome to the SharePoint PnP Community Solutions repository. This repository contains samples and templates you can use as foundations and patterns of solutions for your SharePoint sites.
14+
Welcome to the Microsoft 365 Platform Community Solutions for SharePoint repository. This repository contains samples and templates you can use as foundations and patterns of solutions related on the SharePoint technologies.
1515

1616
#### STATUS
1717

@@ -50,7 +50,7 @@ To build and start using these projects, you'll need to clone and build the proj
5050
Clone this repository by executing the following command in your console:
5151

5252
```
53-
git clone https://github.com/SharePoint/sp-dev-solutions.git
53+
git clone https://github.com/pnp/sp-dev-solutions.git
5454
```
5555

5656
Navigate to the cloned repository folder which should be the same as the repository name:
@@ -83,14 +83,11 @@ gulp serve
8383

8484
## Contributions
8585

86-
These solutions are direct from the feature teams, SharePoint PnP core team (http://aka.ms/SharePointPnP) or shared by the community. This project's contributors include Microsoft and [community contributors](Contributors.md). Work is done as as open source community project. We welcome your input on issues and suggestions for new samples. We also welcome community contributions around new solutions.
86+
These solutions are direct from the feature teams, Microsoft 365 Platform Community core team (http://aka.ms/m365/community) or shared by the community. This project's contributors include Microsoft and [community contributors](Contributors.md). Work is done as as open source community project. We welcome your input on issues and suggestions for new samples. We also welcome community contributions around new solutions.
8787

8888
Please have a look on our [Contribution Guidance](./.github/CONTRIBUTING.md) before submitting your pull requests, so that we can get your contribution processed as fast as possible. Thanks!
8989

90-
9190
> Sharing is caring!
9291
93-
94-
9592
### Disclaimer
9693
**THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.**

Diff for: ThirdPartyNotices.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SharePoint Patterns and Practices Community Solutions
1+
Microsoft 365 Platform Community Solutions
22

33
THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
44
Do Not Translate or Localize

Diff for: solutions/ChangeRequests/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ The My Change Requests web part allows you to submit change requests.
7676

7777
The Change Request web parts rely on the CommunityAppsLibrary NPM package which provides common functions used to set up and configure the SharePoint lists the web parts use.
7878

79-
<img src="https://telemetry.sharepointpnp.com/sp-dev-solutions/solutions/changerequests" />
79+
<img src="https://pnptelemetry.azurewebsites.net/sp-dev-solutions/solutions/changerequests" />

Diff for: solutions/ColumnFormatter/README.md

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
---
2-
page_type: sample
3-
products:
4-
- office-sp
5-
languages:
6-
- javascript
7-
- typescript
8-
extensions:
9-
contentType: samples
10-
technologies:
11-
- SharePoint Framework
12-
platforms:
13-
- react
14-
createdDate: 1/1/2018 12:00:00 AM
15-
---
1+
---
2+
page_type: sample
3+
products:
4+
- office-sp
5+
languages:
6+
- javascript
7+
- typescript
8+
extensions:
9+
contentType: samples
10+
technologies:
11+
- SharePoint Framework
12+
platforms:
13+
- react
14+
createdDate: 1/1/2018 12:00:00 AM
15+
---
1616
# Column Formatter
1717

1818
Easy editor for modern listview Column Formatting
@@ -89,4 +89,4 @@ Column Formatter was created using SPFx, react, redux, the monaco editor, and se
8989

9090
If you'd like to contribute (yes, please!), please see the [project guides](./docs/projectguides/index.md).
9191

92-
<img src="https://telemetry.sharepointpnp.com/sp-dev-solutions/solutions/ColumnFormatter" />
92+
<img src="https://pnptelemetry.azurewebsites.net/sp-dev-solutions/solutions/ColumnFormatter" />

Diff for: solutions/ColumnFormatter/docs/documentation/docs/about/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ Got an idea? Spotted a bug? [Contributions](../../../projectguides/contributing.
1313

1414
> Go [Home](../index.md)
1515
16-
![](https://telemetry.sharepointpnp.com/sp-dev-solutions/solutions/ColumnFormatter/wiki/About)
16+
![](https://pnptelemetry.azurewebsites.net/sp-dev-solutions/solutions/ColumnFormatter/wiki/About)

Diff for: solutions/ColumnFormatter/docs/documentation/docs/about/localization.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ Interested in having Column Formatter in your language? Why not translate it? It
1818

1919
> Translation provided by [Thomas Goelles](http://www.modernworkplacesolutions.rocks/)
2020
21-
![](https://telemetry.sharepointpnp.com/sp-dev-solutions/solutions/ColumnFormatter/wiki/About/Localization)
21+
![](https://pnptelemetry.azurewebsites.net/sp-dev-solutions/solutions/ColumnFormatter/wiki/About/Localization)

Diff for: solutions/ColumnFormatter/docs/documentation/docs/editor/code-editor.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ There are a lot of other great features, here are a few highlights:
4343

4444
> Go [Home](../index.md)
4545
46-
![](https://telemetry.sharepointpnp.com/sp-dev-solutions/solutions/ColumnFormatter/wiki/Editor/Code)
46+
![](https://pnptelemetry.azurewebsites.net/sp-dev-solutions/solutions/ColumnFormatter/wiki/Editor/Code)

Diff for: solutions/ColumnFormatter/docs/documentation/docs/editor/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ Creating a new template is fairly simple just by implementing the necessary inte
5656

5757
> Go [Home](../index.md)
5858
59-
![](https://telemetry.sharepointpnp.com/sp-dev-solutions/solutions/ColumnFormatter/wiki/Editor)
59+
![](https://pnptelemetry.azurewebsites.net/sp-dev-solutions/solutions/ColumnFormatter/wiki/Editor)

Diff for: solutions/ColumnFormatter/docs/documentation/docs/editor/properties.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ You can optionally enable the Mini Map navigation/preview in the editor. This is
4343

4444
> Go [Home](../index.md)
4545
46-
![](https://telemetry.sharepointpnp.com/sp-dev-solutions/solutions/ColumnFormatter/wiki/Editor/Properties)
46+
![](https://pnptelemetry.azurewebsites.net/sp-dev-solutions/solutions/ColumnFormatter/wiki/Editor/Properties)

Diff for: solutions/ColumnFormatter/docs/documentation/docs/editor/sample-data.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ You can edit sub properties (such as a person's email address or a lookup id) by
2020

2121
> Go [Home](../index.md)
2222
23-
![](https://telemetry.sharepointpnp.com/sp-dev-solutions/solutions/ColumnFormatter/wiki/Editor/SampleData)
23+
![](https://pnptelemetry.azurewebsites.net/sp-dev-solutions/solutions/ColumnFormatter/wiki/Editor/SampleData)

Diff for: solutions/ColumnFormatter/docs/documentation/docs/editor/saving.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ Lookup and Person fields can only be saved to Lookup and Person fields respectiv
3939

4040
> Go [Home](../index.md)
4141
42-
![](https://telemetry.sharepointpnp.com/sp-dev-solutions/solutions/ColumnFormatter/wiki/Editor/Saving)
42+
![](https://pnptelemetry.azurewebsites.net/sp-dev-solutions/solutions/ColumnFormatter/wiki/Editor/Saving)

Diff for: solutions/ColumnFormatter/docs/documentation/docs/editor/tree.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ The tree pane is provided as a way to visualize the hierarchy of your html eleme
1414

1515
> Go [Home](../index.md)
1616
17-
![](https://telemetry.sharepointpnp.com/sp-dev-solutions/solutions/ColumnFormatter/wiki/Editor/Tree)
17+
![](https://pnptelemetry.azurewebsites.net/sp-dev-solutions/solutions/ColumnFormatter/wiki/Editor/Tree)

Diff for: solutions/ColumnFormatter/docs/documentation/docs/getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ You can either drag a \*.json file directly on to the window and release in the
4141

4242
> Go [Home](./index.md)
4343
44-
![](https://telemetry.sharepointpnp.com/sp-dev-solutions/solutions/ColumnFormatter/wiki/GettingStarted)
44+
![](https://pnptelemetry.azurewebsites.net/sp-dev-solutions/solutions/ColumnFormatter/wiki/GettingStarted)

Diff for: solutions/ColumnFormatter/docs/documentation/docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ Installing Column Formatter is just a matter of uploading a package to your app
6666

6767
Using Column Formatter isn't too hard, but you can details on specific features in the [Getting Started](./getting-started.md) section.
6868

69-
![](https://telemetry.sharepointpnp.com/sp-dev-solutions/solutions/ColumnFormatter/wiki/Index)
69+
![](https://pnptelemetry.azurewebsites.net/sp-dev-solutions/solutions/ColumnFormatter/wiki/Index)

Diff for: solutions/ColumnFormatter/docs/documentation/docs/setup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ Just like the initial deployment you'll need to upload the web part package to y
7373
- [Getting Started](./getting-started.md)
7474
- [Properties](./editor/properties.md)
7575

76-
![](https://telemetry.sharepointpnp.com/sp-dev-solutions/solutions/ColumnFormatter/wiki/Setup)
76+
![](https://pnptelemetry.azurewebsites.net/sp-dev-solutions/solutions/ColumnFormatter/wiki/Setup)

Diff for: solutions/ColumnFormatter/docs/documentation/docs/wizards/action-link.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ You can easily customize the text by changing the value of the `txtContent` fiel
2121
2222
> Go [Home](../index.md)
2323
24-
![](https://telemetry.sharepointpnp.com/sp-dev-solutions/solutions/ColumnFormatter/wiki/Wizards/ActionLink)
24+
![](https://pnptelemetry.azurewebsites.net/sp-dev-solutions/solutions/ColumnFormatter/wiki/Wizards/ActionLink)

Diff for: solutions/ColumnFormatter/docs/documentation/docs/wizards/checkboxes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ This template uses the value of the current field to show the `CheckboxComposite
1919
2020
> Go [Home](../index.md)
2121
22-
![](https://telemetry.sharepointpnp.com/sp-dev-solutions/solutions/ColumnFormatter/wiki/Wizards/Checkboxes)
22+
![](https://pnptelemetry.azurewebsites.net/sp-dev-solutions/solutions/ColumnFormatter/wiki/Wizards/Checkboxes)

Diff for: solutions/ColumnFormatter/docs/documentation/docs/wizards/current-user.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ This template uses the [`@me`](https://docs.microsoft.com/en-us/sharepoint/dev/d
2121
2222
> Go [Home](../index.md)
2323
24-
![](https://telemetry.sharepointpnp.com/sp-dev-solutions/solutions/ColumnFormatter/wiki/Wizards/CurrentUser)
24+
![](https://pnptelemetry.azurewebsites.net/sp-dev-solutions/solutions/ColumnFormatter/wiki/Wizards/CurrentUser)

Diff for: solutions/ColumnFormatter/docs/documentation/docs/wizards/data-bars.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ You can customize your visualization further by adjusting how the value is displ
3939
4040
> Go [Home](../index.md)
4141
42-
![](https://telemetry.sharepointpnp.com/sp-dev-solutions/solutions/ColumnFormatter/wiki/Wizards/DataBars)
42+
![](https://pnptelemetry.azurewebsites.net/sp-dev-solutions/solutions/ColumnFormatter/wiki/Wizards/DataBars)

Diff for: solutions/ColumnFormatter/docs/documentation/docs/wizards/donut.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ You can customize your visualization further by adjusting how the value is displ
4545
4646
> Go [Home](../index.md)
4747
48-
![](https://telemetry.sharepointpnp.com/sp-dev-solutions/solutions/ColumnFormatter/wiki/Wizards/Donut)
48+
![](https://pnptelemetry.azurewebsites.net/sp-dev-solutions/solutions/ColumnFormatter/wiki/Wizards/Donut)

Diff for: solutions/ColumnFormatter/docs/documentation/docs/wizards/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ When in a wizard, the editor is set as read-only to prevent mistakes. However, o
3131

3232
> Go [Home](../index.md)
3333
34-
![](https://telemetry.sharepointpnp.com/sp-dev-solutions/solutions/ColumnFormatter/wiki/Wizards)
34+
![](https://pnptelemetry.azurewebsites.net/sp-dev-solutions/solutions/ColumnFormatter/wiki/Wizards)

Diff for: solutions/ColumnFormatter/docs/documentation/docs/wizards/mail-to.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ _Coming Soon_
2020
2121
> Go [Home](../index.md)
2222
23-
![](https://telemetry.sharepointpnp.com/sp-dev-solutions/solutions/ColumnFormatter/wiki/Wizards/MailTo)
23+
![](https://pnptelemetry.azurewebsites.net/sp-dev-solutions/solutions/ColumnFormatter/wiki/Wizards/MailTo)

Diff for: solutions/ColumnFormatter/docs/documentation/docs/wizards/number-trending.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ The classes provide coloring that is applied to the icon to indicate the trend.
3030
3131
> Go [Home](../index.md)
3232
33-
![](https://telemetry.sharepointpnp.com/sp-dev-solutions/solutions/ColumnFormatter/wiki/Wizards/NumberTrending)
33+
![](https://pnptelemetry.azurewebsites.net/sp-dev-solutions/solutions/ColumnFormatter/wiki/Wizards/NumberTrending)

Diff for: solutions/ColumnFormatter/docs/documentation/docs/wizards/overdue-task.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ A simpler version of this template only uses the date field: [Overdue](./overdue
2323
2424
> Go [Home](../index.md)
2525
26-
![](https://telemetry.sharepointpnp.com/sp-dev-solutions/solutions/ColumnFormatter/wiki/Wizards/OverdueTask)
26+
![](https://pnptelemetry.azurewebsites.net/sp-dev-solutions/solutions/ColumnFormatter/wiki/Wizards/OverdueTask)

Diff for: solutions/ColumnFormatter/docs/documentation/docs/wizards/overdue.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ A modified version of this template takes into account an additional field to de
2525
2626
> Go [Home](../index.md)
2727
28-
![](https://telemetry.sharepointpnp.com/sp-dev-solutions/solutions/ColumnFormatter/wiki/Wizards/Overdue)
28+
![](https://pnptelemetry.azurewebsites.net/sp-dev-solutions/solutions/ColumnFormatter/wiki/Wizards/Overdue)

Diff for: solutions/ColumnFormatter/docs/documentation/docs/wizards/round-image.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ Overall, however, the L size shouldn't be used inside columns not only because t
4242
4343
> Go [Home](../index.md)
4444
45-
![](https://telemetry.sharepointpnp.com/sp-dev-solutions/solutions/ColumnFormatter/wiki/Wizards/RoundImage)
45+
![](https://pnptelemetry.azurewebsites.net/sp-dev-solutions/solutions/ColumnFormatter/wiki/Wizards/RoundImage)

Diff for: solutions/ColumnFormatter/docs/documentation/docs/wizards/severity.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ _Coming Soon_
2121
2222
> Go [Home](../index.md)
2323
24-
![](https://telemetry.sharepointpnp.com/sp-dev-solutions/solutions/ColumnFormatter/wiki/Wizards/Severity)
24+
![](https://pnptelemetry.azurewebsites.net/sp-dev-solutions/solutions/ColumnFormatter/wiki/Wizards/Severity)

Diff for: solutions/ColumnFormatter/docs/documentation/docs/wizards/start-flow.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ You can also choose from all of the Office UI Fabric icons using the _Icon_ drop
4545
4646
> Go [Home](../index.md)
4747
48-
![](https://telemetry.sharepointpnp.com/sp-dev-solutions/solutions/ColumnFormatter/wiki/Wizards/StartFlow)
48+
![](https://pnptelemetry.azurewebsites.net/sp-dev-solutions/solutions/ColumnFormatter/wiki/Wizards/StartFlow)

0 commit comments

Comments
 (0)