-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomponent.manifest.json
More file actions
30 lines (30 loc) · 1.07 KB
/
component.manifest.json
File metadata and controls
30 lines (30 loc) · 1.07 KB
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
{
"collections": {
"@archetype-themes/test-collection": {
"version": "1.0.0"
}
},
"files": {
"snippets": {
"removed.liquid": "@archetype-themes/test-collection",
"theme-component.liquid": "@theme",
"theme-component-removed.liquid": "@theme",
"other-collection-component.liquid": "@other/collection",
"other-collection-component-removed.liquid": "@other/collection",
"override.liquid": "@theme",
"override-parent.liquid": "@theme",
"to-be-copied.liquid": "@archetype-themes/test-collection",
"to-be-copied-snippet.liquid": "@archetype-themes/test-collection",
"existing-subfolder.liquid": "@theme",
"removed-subfolder.liquid": "@theme"
},
"assets": {
"other-collection-component.css": "@other/collection",
"other-collection-component-removed.css": "@other/collection",
"theme-component.css": "@theme",
"theme-component-removed.css": "@theme",
"to-be-copied.css": "@archetype-themes/test-collection",
"to-be-copied.js": "@archetype-themes/test-collection"
}
}
}