-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathmanifest.json
More file actions
101 lines (101 loc) · 2.04 KB
/
manifest.json
File metadata and controls
101 lines (101 loc) · 2.04 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
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"description": "",
"icon": "",
"name": "",
"organization_uid": "",
"target_type": "stack",
"visibility": "private",
"uid": "",
"ui_location": {
"signed": false,
"base_url": "http://localhost:3000",
"locations": [
{
"type": "cs.cm.stack.custom_field",
"meta": [
{
"multiple": false,
"path": "/custom-field",
"signed": false,
"enabled": true,
"data_type": "json"
}
]
},
{
"type": "cs.cm.stack.dashboard",
"meta": [
{
"path": "/stack-dashboard",
"signed": false,
"enabled": true,
"default_width": "half"
}
]
},
{
"type": "cs.cm.stack.asset_sidebar",
"meta": [
{
"blur": false,
"path": "/asset-sidebar",
"signed": false,
"enabled": true,
"width": 500
}
]
},
{
"type": "cs.cm.stack.sidebar",
"meta": [
{
"path": "/entry-sidebar",
"signed": false,
"enabled": true
}
]
},
{
"type": "cs.cm.stack.full_page",
"meta": [
{
"path": "/full-page",
"signed": false,
"enabled": true
}
]
},
{
"type": "cs.cm.stack.field_modifier",
"meta": [
{
"path": "/field-modifier",
"signed": false,
"enabled": true,
"allowed_types": ["$all"]
}
]
},
{
"type": "cs.cm.stack.config",
"meta": [
{
"path": "/app-configuration",
"signed": false,
"enabled": true
}
]
},
{
"type": "cs.cm.stack.rte",
"meta": [
{
"path": "/json-rte.js",
"signed": false,
"enabled": true
}
]
}
]
}
}