Importing and Exporting Block Farm Editor Definitions.

There are several different ways to import and export definitions from one instance of umrbaco to another.

uSync

uSync is the recommended way.
In order for uSync to detect and sync the definitions, install the following nuget package.

dotnet add package BlockFarmEditor.USync

The definitions will be stored in the your uSync folder with the additional path of BlockFarmEditorDefinitions

Package Migration

You can also create a package migration that can installed via nuget.
An example of that would be the BlockFarmEditor.Bootstrap.Package

Manual Export and Import

The last option is the ability to directly export and import definitions from the filesystem. You can find that option under the Block Farm Editor settings dashbaord. Export Import