2013-10-24 12:04:38 +00:00
|
|
|
config.sync:
|
|
|
|
route_name: config.sync
|
2013-12-31 23:48:47 +00:00
|
|
|
base_route: config.sync
|
2013-10-24 12:04:38 +00:00
|
|
|
title: 'Synchronize'
|
2013-10-25 19:49:41 +00:00
|
|
|
|
2015-09-25 13:19:10 +00:00
|
|
|
config.import:
|
2013-10-25 19:49:41 +00:00
|
|
|
route_name: config.import_full
|
2015-09-25 13:19:10 +00:00
|
|
|
title: 'Import'
|
2013-12-31 23:48:47 +00:00
|
|
|
base_route: config.sync
|
2013-10-25 19:49:41 +00:00
|
|
|
|
2015-09-25 13:19:10 +00:00
|
|
|
config.export:
|
|
|
|
route_name: config.export_full
|
|
|
|
title: 'Export'
|
2013-12-31 23:48:47 +00:00
|
|
|
base_route: config.sync
|
2013-10-25 19:49:41 +00:00
|
|
|
|
|
|
|
config.export_full:
|
|
|
|
route_name: config.export_full
|
2015-09-25 13:19:10 +00:00
|
|
|
title: Full archive
|
|
|
|
parent_id: config.export
|
2013-10-25 19:49:41 +00:00
|
|
|
|
|
|
|
config.import_full:
|
|
|
|
route_name: config.import_full
|
2015-09-25 13:19:10 +00:00
|
|
|
title: Full archive
|
|
|
|
parent_id: config.import
|
2013-10-25 19:49:41 +00:00
|
|
|
|
|
|
|
config.export_single:
|
|
|
|
route_name: config.export_single
|
2015-09-25 13:19:10 +00:00
|
|
|
title: Single item
|
|
|
|
parent_id: config.export
|
2013-10-25 19:49:41 +00:00
|
|
|
|
|
|
|
config.import_single:
|
|
|
|
route_name: config.import_single
|
2015-09-25 13:19:10 +00:00
|
|
|
title: Single item
|
|
|
|
parent_id: config.import
|