Move all files to 2017/
This commit is contained in:
parent
ac7370f67f
commit
2875863330
15717 changed files with 0 additions and 0 deletions
34
2017/web/core/modules/config/config.links.task.yml
Normal file
34
2017/web/core/modules/config/config.links.task.yml
Normal file
|
@ -0,0 +1,34 @@
|
|||
config.sync:
|
||||
route_name: config.sync
|
||||
base_route: config.sync
|
||||
title: 'Synchronize'
|
||||
|
||||
config.import:
|
||||
route_name: config.import_full
|
||||
title: 'Import'
|
||||
base_route: config.sync
|
||||
|
||||
config.export:
|
||||
route_name: config.export_full
|
||||
title: 'Export'
|
||||
base_route: config.sync
|
||||
|
||||
config.export_full:
|
||||
route_name: config.export_full
|
||||
title: Full archive
|
||||
parent_id: config.export
|
||||
|
||||
config.import_full:
|
||||
route_name: config.import_full
|
||||
title: Full archive
|
||||
parent_id: config.import
|
||||
|
||||
config.export_single:
|
||||
route_name: config.export_single
|
||||
title: Single item
|
||||
parent_id: config.export
|
||||
|
||||
config.import_single:
|
||||
route_name: config.import_single
|
||||
title: Single item
|
||||
parent_id: config.import
|
Reference in a new issue