A tool to quickly import a generated package.xml file into the back-office of an Umbraco 10 Site created by Heather Floyd.
This package is designed to work with Umbraco 10. View all available versions.
PM > Install-Package Dragonfly.Umbraco10.SchemaImporter
After installation, a Dashboard is added to the "Settings" section in the Umbraco back-office (ex: http://YOURSITE.COM/umbraco/#/settings?dashboard=Dragonfly.SchemaImporter)
- 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.
- 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.