Skip to content

Commit

Permalink
Merge pull request #1 from PrasadKasireddy/PrasadKasireddy-patch-1
Browse files Browse the repository at this point in the history
Updated the $schema in the package-solution
  • Loading branch information
PrasadKasireddy authored Jan 31, 2020
2 parents 1aacc4b + b1f0086 commit febc8f1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/spfx/web-parts/basics/configure-web-part-icon.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ For a list of available Office UI Fabric icons, see [Icons](https://developer.mi

```json
{
"$schema": "https://dev.office.com/json-schemas/spfx/client-side-web-part-manifest.schema.json",
"$schema": "https://developer.microsoft.com/json-schemas/spfx/client-side-web-part-manifest.schema.json",
"id": "bcae7077-85cb-41a0-b3d3-2084f268a211",
"alias": "WeatherWebPart",
"componentType": "WebPart",
Expand Down Expand Up @@ -82,7 +82,7 @@ In addition to using Office UI Fabric icons, SharePoint Framework also allows yo

```json
{
"$schema": "https://dev.office.com/json-schemas/spfx/client-side-web-part-manifest.schema.json",
"$schema": "https://developer.microsoft.com/json-schemas/spfx/client-side-web-part-manifest.schema.json",
"id": "bcae7077-85cb-41a0-b3d3-2084f268a211",
"alias": "WeatherWebPart",
"componentType": "WebPart",
Expand Down Expand Up @@ -134,7 +134,7 @@ A number of services are available online that you can use to base64-encode your

```json
{
"$schema": "https://dev.office.com/json-schemas/spfx/client-side-web-part-manifest.schema.json",
"$schema": "https://developer.microsoft.com/json-schemas/spfx/client-side-web-part-manifest.schema.json",
"id": "bcae7077-85cb-41a0-b3d3-2084f268a211",
"alias": "WeatherWebPart",
"componentType": "WebPart",
Expand Down
2 changes: 1 addition & 1 deletion docs/spfx/web-parts/basics/hide-web-part-from-toolbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ By default a SharePoint Framework client-side web part will be displayed in the
```json
{
"$schema": "https://dev.office.com/json-schemas/spfx/client-side-web-part-manifest.schema.json",
"$schema": "https://developer.microsoft.com/json-schemas/spfx/client-side-web-part-manifest.schema.json",
"id": "34f6d7f2-262f-460a-8b65-152d784127cb",
"alias": "HelloWorldWebPart",
"componentType": "WebPart",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ By default, SharePoint Framework client-side web parts cannot be placed in full-

```json
{
"$schema": "https://dev.office.com/json-schemas/spfx/client-side-web-part-manifest.schema.json",
"$schema": "https://developer.microsoft.com/json-schemas/spfx/client-side-web-part-manifest.schema.json",
"id": "34f6d7f2-262f-460a-8b65-152d784127cb",
"alias": "HelloWorldWebPart",
"componentType": "WebPart",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ In this step, you implement validation logic that checks if the list with the na

```json
{
"$schema": "https://dev.office.com/json-schemas/spfx/client-side-web-part-manifest.schema.json",
"$schema": "https://developer.microsoft.com/json-schemas/spfx/client-side-web-part-manifest.schema.json",
"id": "1ec8f92d-ea55-4584-bf50-bac435c916bf",
"alias": "ListInfoWebPart",
"componentType": "WebPart",
Expand Down

0 comments on commit febc8f1

Please sign in to comment.