Sync
Organising your Extra Horizon configuration
exh syncexh sync --path /your/path/hereDefault configuration
Command
Path
Custom configuration
{
"schemas": [
"./path/to/my-schemas",
"./another/path/to/schemas"
],
"templates": [
"./path/to/templates",
"./another/path/to/templates"
],
"tasks": [
"./path/to/tasks",
"./another/path/to/tasks"
],
"localizations": [
"./path/to/localizations",
"./another/path/to/localizations"
]
}Last updated