diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f47fda..fd05171 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: working-directory: ./src/EPiServer.ContentDelivery.NodeProxy run: dotnet pack --no-build --configuration $env:buildConfiguration --version-suffix $env:versionSuffix - name: Archive packages - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: packages path: artifacts/**/*.nupkg @@ -65,7 +65,7 @@ jobs: DOTNET_NOLOGO: 1 steps: - name: Download artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: packages - name: Publish to Github Packages diff --git a/.github/workflows/nuget-release.yml b/.github/workflows/nuget-release.yml index 3249af8..97ca36a 100644 --- a/.github/workflows/nuget-release.yml +++ b/.github/workflows/nuget-release.yml @@ -26,7 +26,7 @@ jobs: working-directory: ./src/EPiServer.ContentDelivery.NodeProxy run: dotnet pack --no-build --configuration $env:buildConfiguration - name: Archive packages - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: packages path: artifacts/**/*.nupkg diff --git a/samples/music-festival-vue-decoupled/frontend/src/components/EpiContentArea.vue b/samples/music-festival-vue-decoupled/frontend/src/components/EpiContentArea.vue index 4cc5f47..b2e5fd9 100644 --- a/samples/music-festival-vue-decoupled/frontend/src/components/EpiContentArea.vue +++ b/samples/music-festival-vue-decoupled/frontend/src/components/EpiContentArea.vue @@ -2,7 +2,7 @@ Renders a ContentArea by iterating through all the blocks and using the `BlockComponentSelector` to render the corresponding Vue component. - By setting the `data-epi-block-id` attribute the block becomes editable + By setting the `data-epi-block-id` or `data-epi-content-id` attribute the block becomes editable during On-Page Edit. It will not be set in View mode to not leak out too much info about Optimizely to visitors. diff --git a/src/EPiServer.ContentDelivery.NodeProxy/EPiServer.ContentDelivery.NodeProxy.csproj b/src/EPiServer.ContentDelivery.NodeProxy/EPiServer.ContentDelivery.NodeProxy.csproj index 6103224..50e7e47 100644 --- a/src/EPiServer.ContentDelivery.NodeProxy/EPiServer.ContentDelivery.NodeProxy.csproj +++ b/src/EPiServer.ContentDelivery.NodeProxy/EPiServer.ContentDelivery.NodeProxy.csproj @@ -33,7 +33,7 @@ - +