/Dragonfly.Umbraco10.SchemaImporter

A tool to quickly import a generated package.xml file into the back-office of an Umbraco 10 Site

Primary LanguageC#MIT LicenseMIT

Dragonfly Umbraco 10 Schema Importer

A tool to quickly import a generated package.xml file into the back-office of an Umbraco 10 Site created by Heather Floyd.

Dragonfly Website Umbraco Marketplace Nuget Downloads GitHub

Versions

This package is designed to work with Umbraco 10. View all available versions.

Installation

Nuget Downloads

    PM > Install-Package Dragonfly.Umbraco10.SchemaImporter

Usage

After installation, a Dashboard is added to the "Settings" section in the Umbraco back-office (ex: http://YOURSITE.COM/umbraco/#/settings?dashboard=Dragonfly.SchemaImporter)

  1. In your source site, use the "Create Package" tool in the "Packages" section to choose the schema items you want to copy, and download the resulting ZIP file. Extract the "package.xml" file from the ZIP.
  2. Install 'Schema Importer' into your destination site, and access it via the dashboard added in the "Settings" area. Browse to your downloaded "package.xml" file and import it into your site.

Umbraco's built-in package processing API is used - just like for NuGet packages, so your schema will be imported just like it was part of a NuGet package, without the overhead.