File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
code_samples/data_migration/examples
docs/content_management/data_migration Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change
1
+ -
2
+ type : location
3
+ mode : trash
4
+ match :
5
+ field : location_remote_id
6
+ value : f3e90596361e31d496d4026eb624c983
7
+ -
8
+ type : location
9
+ mode : trash
10
+ match :
11
+ field : location_id
12
+ value : 5
Original file line number Diff line number Diff line change @@ -306,6 +306,12 @@ The following example shows how to swap content items assigned to given location
306
306
307
307
The metadata keys for Location are optional.
308
308
309
+ The following example shows how to trash locations.
310
+
311
+ ` ` ` yaml
312
+ [[= include_file('code_samples/data_migration/examples/trash_location.yaml') =]]
313
+ ` ` `
314
+
309
315
# ## Users
310
316
311
317
The following example shows how to create a user.
You can’t perform that action at this time.
0 commit comments