generated from Kentico/repo-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reverted broken filepaths and reverting unnecessary changes
- Loading branch information
Martin Medek
authored and
Martin Medek
committed
Dec 17, 2024
1 parent
4d615e7
commit 04eb395
Showing
12 changed files
with
161 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
39 changes: 39 additions & 0 deletions
39
examples/Kentico.Xperience.UMT.Examples/Samples/ContentItemSimplifiedSamples.cs
Large diffs are not rendered by default.
Oops, something went wrong.
16 changes: 16 additions & 0 deletions
16
examples/Kentico.Xperience.UMT.Examples/Samples/WorkspaceSamples.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
using Kentico.Xperience.UMT.Model; | ||
|
||
namespace Kentico.Xperience.UMT.Examples; | ||
|
||
public static class WorkspaceSamples | ||
{ | ||
public static readonly Guid SampleWorkspaceGuid = new Guid("018FE300-D522-4CC8-9888-B7248E922077"); | ||
|
||
[Sample("WorkspaceModel.Sample", "", "Workspace sample")] | ||
public static WorkspaceModel SampleWorkspace => new() | ||
{ | ||
WorkspaceGUID = SampleWorkspaceGuid, | ||
WorkspaceName = "SampleWorkspace", | ||
WorkspaceDisplayName = "Sample Workspace", | ||
}; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
tests/Kentico.Xperience.UMT.Tests/Tests/Tests_02_ChannelTests.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
tests/Kentico.Xperience.UMT.Tests/Tests/Tests_05_ChannelManagementTests.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
using Microsoft.Playwright; | ||
|
||
using System.Text.RegularExpressions; | ||
|
||
namespace TestAfterMigration.Tests | ||
|