diff --git a/samples/react-enhanced-page-properties/.devcontainer/devcontainer.json b/samples/react-enhanced-page-properties/.devcontainer/devcontainer.json index a34946b01..8813891b9 100644 --- a/samples/react-enhanced-page-properties/.devcontainer/devcontainer.json +++ b/samples/react-enhanced-page-properties/.devcontainer/devcontainer.json @@ -1,39 +1,29 @@ -// For more information on how to run this SPFx project in a VS Code Remote Container, please visit https://aka.ms/spfx-devcontainer { - "name": "SPFx 1.17.4", - "image": "docker.io/m365pnp/spfx:1.17.4", - // Set *default* container specific settings.json values on container create. - "settings": {}, - // Add the IDs of extensions you want installed when the container is created. - "extensions": [ - "editorconfig.editorconfig", - "dbaeumer.vscode-eslint" - ], - // Use 'forwardPorts' to make a list of ports inside the container available locally. - "forwardPorts": [ - 4321, - 35729 - ], - "portsAttributes": { - "4321": { - "protocol": "https", - "label": "Manifest", - "onAutoForward": "silent", - "requireLocalPort": true - }, - // Not needed for SPFx>= 1.12.1 - // "5432": { - // "protocol": "https", - // "label": "Workbench", - // "onAutoForward": "silent" - // }, - "35729": { - "protocol": "https", - "label": "LiveReload", - "onAutoForward": "silent", - "requireLocalPort": true - } - }, - "postCreateCommand": "bash .devcontainer/spfx-startup.sh", - "remoteUser": "node" + "name": "SPFx 1.18.0", + "image": "docker.io/m365pnp/spfx:1.18.0", + "settings": {}, + "extensions": [ + "editorconfig.editorconfig", + "dbaeumer.vscode-eslint" + ], + "forwardPorts": [ + 4321, + 35729 + ], + "portsAttributes": { + "4321": { + "protocol": "https", + "label": "Manifest", + "onAutoForward": "silent", + "requireLocalPort": true + }, + "35729": { + "protocol": "https", + "label": "LiveReload", + "onAutoForward": "silent", + "requireLocalPort": true + } + }, + "postCreateCommand": "bash .devcontainer/spfx-startup.sh", + "remoteUser": "node" } \ No newline at end of file diff --git a/samples/react-enhanced-page-properties/.nvmrc b/samples/react-enhanced-page-properties/.nvmrc index 55d178216..6aab9b43f 100644 --- a/samples/react-enhanced-page-properties/.nvmrc +++ b/samples/react-enhanced-page-properties/.nvmrc @@ -1 +1 @@ -v14.15.0 +v18.18.0 diff --git a/samples/react-enhanced-page-properties/README.md b/samples/react-enhanced-page-properties/README.md index 2bbdabd45..2533a799b 100644 --- a/samples/react-enhanced-page-properties/README.md +++ b/samples/react-enhanced-page-properties/README.md @@ -5,6 +5,7 @@ This is a web part that goes beyond the standard SharePoint Page Properties web part, offering expanded support for various metadata types and configurations. Effortlessly display key page details based on metadata files, providing a comprehensive view of your content. Streamline information management and enhance user interaction with this versatile and customizable web part. Currently support following types: + - Single line text - Multiple line text - Choice diff --git a/samples/react-enhanced-page-properties/assets/sample.json b/samples/react-enhanced-page-properties/assets/sample.json index abcef735d..ce1d11749 100644 --- a/samples/react-enhanced-page-properties/assets/sample.json +++ b/samples/react-enhanced-page-properties/assets/sample.json @@ -10,7 +10,7 @@ "This is a web part that goes beyond the standard SharePoint Page Properties web part, offering expanded support for various metadata types and configurations. Effortlessly display key page details based on metadata files, providing a comprehensive view of your content. Streamline information management and enhance user interaction with this versatile and customizable web part." ], "creationDateTime": "2023-09-23", - "updateDateTime": "2023-10-10", + "updateDateTime": "2023-10-28", "products": [ "SharePoint" ], @@ -21,7 +21,7 @@ }, { "key": "SPFX-VERSION", - "value": "1.17.4" + "value": "1.18.0" } ], "thumbnails": [