We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 176aa3b commit a261292Copy full SHA for a261292
1 file changed
echo/directus/sync/collections/folders.json
@@ -1,22 +1,12 @@
1
[
2
- {
3
- "name": "custom_logos",
4
- "parent": null,
5
- "_syncId": "416965c6-7695-4235-8322-8515c9a05820"
6
- },
7
8
- "name": "Public",
9
10
- "_syncId": "74232676-80e7-4f8c-8012-c0d59e6d0a24"
11
12
13
14
15
- "_syncId": "9358abf8-aa7d-464e-9ea5-5e998f3cb807"
16
17
18
19
20
- "_syncId": "eabbb779-e43b-4c78-baa5-5a5cd102a596"
21
- }
+ {
+ "_syncId": "416965c6-7695-4235-8322-8515c9a05820",
+ "name": "custom_logos",
+ "parent": null
+ },
+ "_syncId": "74232676-80e7-4f8c-8012-c0d59e6d0a24",
+ "name": "Public",
+ }
22
]
0 commit comments