Umbraco.Community.Schemex.Exporter
1.0.0-beta001
See the version list below for details.
dotnet add package Umbraco.Community.Schemex.Exporter --version 1.0.0-beta001
NuGet\Install-Package Umbraco.Community.Schemex.Exporter -Version 1.0.0-beta001
<PackageReference Include="Umbraco.Community.Schemex.Exporter" Version="1.0.0-beta001" />
paket add Umbraco.Community.Schemex.Exporter --version 1.0.0-beta001
#r "nuget: Umbraco.Community.Schemex.Exporter, 1.0.0-beta001"
// Install Umbraco.Community.Schemex.Exporter as a Cake Addin #addin nuget:?package=Umbraco.Community.Schemex.Exporter&version=1.0.0-beta001&prerelease // Install Umbraco.Community.Schemex.Exporter as a Cake Tool #tool nuget:?package=Umbraco.Community.Schemex.Exporter&version=1.0.0-beta001&prerelease
Schemex.Exporter
Package for exporting all schema data and content from an Umbraco project using an API endpoint.
The package is installed in your source project, where you keep your baseline schema data. It exposes an endpoint (/umbraco/schemex/export/get
) that returns a package.xml
file containing all Content Types, Media Types, Data Types, Stylesheets, Templates, Dictionary Items, and the first content node and its descendants.
You can then install the Importer package of Schemex in your source project, and use that to import the schema from your source project to a new project.
The file generated by the exporter package can also either be used in a starter kit package made for Umbraco, or imported with a package like Dragonfly Schema Importer.
Note. This package essentially exposes all of your schema data publicly. Don't install this package on a sensitive Umbraco project, or make sure to delete it, once you don't need it anymore!
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- Umbraco.Cms.Web.BackOffice (>= 13.0.0)
- Umbraco.Cms.Web.Website (>= 13.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.1.0 | 101 | 10/11/2024 |
1.0.0 | 98 | 10/11/2024 |
1.0.0-beta001 | 82 | 10/11/2024 |