Skip to content

Commit c3a858e

Browse files
committed
feature: support Umbraco 16.0.0-rc
1 parent 3ddfd6a commit c3a858e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+1916
-847
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
with:
1212
project-name: Umbraco.Community.FileSystemProviders.B2
1313
project-path: src/Umbraco.Community.FileSystemProviders.B2/Umbraco.Community.FileSystemProviders.B2.csproj
14-
umbraco-version: 15
14+
umbraco-version: 16
1515
dotnet-version: "9"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
project-name: Umbraco.Community.FileSystemProviders.B2
1818
project-path: src/Umbraco.Community.FileSystemProviders.B2/Umbraco.Community.FileSystemProviders.B2.csproj
19-
umbraco-version: 15
19+
umbraco-version: 16
2020
dotnet-version: "9"
2121
- name: Release
2222
uses: jcdcdev/jcdcdev.Umbraco.GitHub.Release@main

src/Umbraco.Community.FileSystemProviders.B2.TestSite/Umbraco.Community.FileSystemProviders.B2.TestSite.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Umbraco.Cms" Version="15.3.1" />
10-
<PackageReference Include="uSync" Version="15.1.6"/>
9+
<PackageReference Include="Umbraco.Cms" Version="16.0.0-rc" />
10+
<PackageReference Include="uSync" Version="16.0.0-beta01"/>
1111
</ItemGroup>
1212

1313
<ItemGroup>

src/Umbraco.Community.FileSystemProviders.B2.TestSite/packages.lock.json

Lines changed: 570 additions & 560 deletions
Large diffs are not rendered by default.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<DataType Key="0225af17-b302-49cb-9176-b9f35cab9c17" Alias="Approved Color" Level="1">
3+
<Info>
4+
<Name>Approved Color</Name>
5+
<EditorAlias>Umbraco.ColorPicker</EditorAlias>
6+
<EditorUIAlias>Umb.PropertyEditorUi.ColorPicker</EditorUIAlias>
7+
</Info>
8+
<Config><![CDATA[{}]]></Config>
9+
</DataType>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<DataType Key="fbaf13a8-4036-41f2-93a3-974f678c312a" Alias="Checkbox list" Level="1">
3+
<Info>
4+
<Name>Checkbox list</Name>
5+
<EditorAlias>Umbraco.CheckBoxList</EditorAlias>
6+
<EditorUIAlias>Umb.PropertyEditorUi.CheckBoxList</EditorUIAlias>
7+
</Info>
8+
<Config><![CDATA[{}]]></Config>
9+
</DataType>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<DataType Key="fd1e0da5-5606-4862-b679-5d0cf3a52a59" Alias="Content Picker" Level="1">
3+
<Info>
4+
<Name>Content Picker</Name>
5+
<EditorAlias>Umbraco.ContentPicker</EditorAlias>
6+
<EditorUIAlias>Umb.PropertyEditorUi.DocumentPicker</EditorUIAlias>
7+
</Info>
8+
<Config><![CDATA[{}]]></Config>
9+
</DataType>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<DataType Key="5046194e-4237-453c-a547-15db3a07c4e1" Alias="Date Picker" Level="1">
3+
<Info>
4+
<Name>Date Picker</Name>
5+
<EditorAlias>Umbraco.DateTime</EditorAlias>
6+
<EditorUIAlias>Umb.PropertyEditorUi.DatePicker</EditorUIAlias>
7+
</Info>
8+
<Config><![CDATA[{
9+
"format": "YYYY-MM-DD"
10+
}]]></Config>
11+
</DataType>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<DataType Key="e4d66c0f-b935-4200-81f0-025f7256b89a" Alias="Date Picker with time" Level="1">
3+
<Info>
4+
<Name>Date Picker with time</Name>
5+
<EditorAlias>Umbraco.DateTime</EditorAlias>
6+
<EditorUIAlias>Umb.PropertyEditorUi.DatePicker</EditorUIAlias>
7+
</Info>
8+
<Config><![CDATA[{
9+
"format": "YYYY-MM-DD HH:mm:ss"
10+
}]]></Config>
11+
</DataType>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<DataType Key="0b6a45e7-44ba-430d-9da5-4e46060b9e03" Alias="Dropdown" Level="1">
3+
<Info>
4+
<Name>Dropdown</Name>
5+
<EditorAlias>Umbraco.DropDown.Flexible</EditorAlias>
6+
<EditorUIAlias>Umb.PropertyEditorUi.Dropdown</EditorUIAlias>
7+
</Info>
8+
<Config><![CDATA[{
9+
"multiple": false
10+
}]]></Config>
11+
</DataType>

0 commit comments

Comments
 (0)