-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.05 KB
/
package.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
{
"name": "search-krumo",
"title": "Search Krumo",
"id": "jid1-ey66IpAgamNmVg",
"description": "Search Krumo Drupal module in Firefox add-on.",
"author": "Yogev Priel",
"license": "MPL 2.0",
"version": "0.68",
"preferences": [{
"name": "user",
"title": "User",
"type": "string",
"value": "$user"
},
{
"name": "node",
"title": "Node",
"type": "string",
"value": "$node"
},
{
"name": "taxonomyTerm",
"title": "Taxonomy Term",
"type": "string",
"value": "$term"
},
{
"name": "form",
"title": "Form",
"type": "string",
"value": "$form"
},
{
"name": "formState",
"title": "Form State",
"type": "string",
"value": "$form_state"
},
{
"name": "product",
"title": "Commerce product",
"type": "string",
"value": "$product"
},
{
"name": "order",
"title": "Commerce order",
"type": "string",
"value": "$order"
},
{
"name": "lineItem",
"title": "Commerce line item",
"type": "string",
"value": "$line_item"
}]
}