-
Notifications
You must be signed in to change notification settings - Fork 0
/
broccoli.json
59 lines (59 loc) · 1.65 KB
/
broccoli.json
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
[
{
"id": "px2style",
"name": "Basics",
"type": "module",
"path": "broccoli_modules/basics/"
},
{
"id": "px2style__css-margin-padding",
"name": "MarginPadding",
"type": "field",
"backend": {
"class": "pickles2\\px2style\\fields\\cssMarginPadding\\backend",
"require": "fields/cssMarginPadding/backend.js"
},
"frontend": {
"dir": "fields/cssMarginPadding/frontend/",
"file": [
"cssMarginPadding.css",
"cssMarginPadding.js"
],
"function" : "window.broccoliModulePx2StyleCssMarginPadding"
}
},
{
"id": "px2style__image",
"name": "Image",
"type": "field",
"backend": {
"class": "pickles2\\px2style\\fields\\image\\backend",
"require": "fields/image/backend.js"
},
"frontend": {
"dir": "fields/image/frontend/",
"file": [
"image.css",
"image.js"
],
"function" : "window.broccoliModulePx2StyleImage"
}
},
{
"id": "px2style__image-list",
"name": "Image List",
"type": "field",
"backend": {
"class": "pickles2\\px2style\\fields\\imageList\\backend",
"require": "fields/imageList/backend.js"
},
"frontend": {
"dir": "fields/imageList/frontend/",
"file": [
"image-list.css",
"image-list.js"
],
"function" : "window.broccoliModulePx2StyleImageList"
}
}
]