forked from sean-e-dietrich/content_sync
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcontent_sync.links.task.yml
More file actions
44 lines (36 loc) · 915 Bytes
/
content_sync.links.task.yml
File metadata and controls
44 lines (36 loc) · 915 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
content.sync:
title: 'Synchronize'
route_name: content.sync
base_route: content.sync
content.import:
title: 'Import'
route_name: content.import_full
base_route: content.sync
content.import_single:
title: 'Single Item Import'
route_name: content.import_single
parent_id: content.import
content.import_full:
title: 'Archive Import'
route_name: content.import_full
parent_id: content.import
content.export:
route_name: content.export_full
title: 'Export'
base_route: content.sync
content.export_single:
route_name: content.export_single
title: 'Single Item'
parent_id: content.export
content.export_full:
route_name: content.export_full
title: 'Archive'
parent_id: content.export
content.view_logs:
title: 'Logs'
route_name: content.overview
base_route: content.sync
content.settings:
title: 'Settings'
route_name: content.settings
base_route: content.sync