File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
samples/music-festival-vue-decoupled/frontend/src/components
src/EPiServer.ContentDelivery.NodeProxy Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5050 working-directory : ./src/EPiServer.ContentDelivery.NodeProxy
5151 run : dotnet pack --no-build --configuration $env:buildConfiguration --version-suffix $env:versionSuffix
5252 - name : Archive packages
53- uses : actions/upload-artifact@v2
53+ uses : actions/upload-artifact@v4
5454 with :
5555 name : packages
5656 path : artifacts/**/*.nupkg
6565 DOTNET_NOLOGO : 1
6666 steps :
6767 - name : Download artifacts
68- uses : actions/download-artifact@v2
68+ uses : actions/download-artifact@v4
6969 with :
7070 name : packages
7171 - name : Publish to Github Packages
Original file line number Diff line number Diff line change 2626 working-directory : ./src/EPiServer.ContentDelivery.NodeProxy
2727 run : dotnet pack --no-build --configuration $env:buildConfiguration
2828 - name : Archive packages
29- uses : actions/upload-artifact@v2
29+ uses : actions/upload-artifact@v4
3030 with :
3131 name : packages
3232 path : artifacts/**/*.nupkg
Original file line number Diff line number Diff line change 22 Renders a ContentArea by iterating through all the blocks and using the
33 `BlockComponentSelector` to render the corresponding Vue component.
44
5- By setting the `data-epi-block-id` attribute the block becomes editable
5+ By setting the `data-epi-block-id` or `data-epi-content-id` attribute the block becomes editable
66 during On-Page Edit. It will not be set in View mode to not leak out too
77 much info about Optimizely to visitors.
88
Original file line number Diff line number Diff line change 3333
3434 <ItemGroup >
3535 <PackageReference Include =" EPiServer.CMS.Core" Version =" 12.18.0" />
36- <PackageReference Include =" Yarp.ReverseProxy" Version =" 1.1.1 " />
36+ <PackageReference Include =" Yarp.ReverseProxy" Version =" 2.2.0 " />
3737 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" PrivateAssets =" All" />
3838 </ItemGroup >
3939
You can’t perform that action at this time.
0 commit comments