forked from syncfusion/ej2-vue-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample.json
91 lines (91 loc) · 3.81 KB
/
sample.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
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
{
"name": "File Manager",
"directory": "file-manager",
"category": "Navigation",
"ftName" :"file-manager",
"samples": [{
"url": "overview",
"name": "Overview",
"category": "File Manager",
"description":"This example demonstrates full view of the File Manager like a windows explorer UI in a Vue File Manager",
"api": { "FileManager": ["ajaxSettings", "view"] }
},
{
"url": "custom-thumbnail",
"name": "Custom Thumbnails",
"category": "File Manager",
"api": { "FileManager": ["ajaxSettings"] },
"description":"This example demonstrates how to use the custom thumbnails in a Vue File Manager."
},
{
"url": "default",
"name": "API",
"category": "File Manager",
"api": { "FileManager": ["ajaxSettings", "view"] },
"description": "This example demonstrates how to render the File Manager without the navigation pane in a Vue File Manager."
},
{
"url": "drag-drop",
"name": "Drag and Drop",
"category": "File Manager",
"api": { "FileManager": ["ajaxSettings", "view"] },
"description": "This example demonstrates how to drag and drop the files in a Vue File Manager."
},
{
"url": "file-upload",
"name": "File Upload",
"category": "Use Case",
"api": { "FileManager": ["ajaxSettings", "view"] },
"description": "This example demonstrates how to render the File Manager component inside the Dialog component in a Vue File Manager."
},
{
"url": "azure-service",
"name": "Azure Blob Provider",
"category": "Cloud Service Providers",
"api": { "FileManager": ["ajaxSettings", "view"] },
"description": "This example demonstrates how to configure and use the azure service in a Vue File Manager."
},
{
"url": "sql-server-provider",
"name": "SQL Database Provider",
"category": "Cloud Service Providers",
"api": { "FileManager": ["ajaxSettings", "view"] },
"description": "This example demonstrates how to configure and use the sql server database service in a Vue File Manager."
},
{
"url": "nodejs-file-provider",
"name": "NodeJS File Provider",
"category": "Cloud Service Providers",
"api": { "FileManager": ["ajaxSettings", "view"] },
"description": "This example demonstrates how to configure and use the nodejs server database service in a Vue File Manager."
},
{
"url": "amazon-s3-provider",
"name": "Amazon S3 File Provider",
"category": "Cloud Service Providers",
"api": { "FileManager": ["ajaxSettings", "view"] },
"description": "This example demonstrates how to configure and use the Amazon S3 provider service in a Vue File Manager."
},
{
"url": "firebase",
"name": "Firebase Realtime File Provider",
"category": "Cloud Service Providers",
"api": { "FileManager": ["ajaxSettings", "view"] },
"description": "This example demonstrates how to configure and use the firebase realtime database service in a Vue File Manager."
},
{
"url": "FTPFileProvider",
"name": "FTP File Provider",
"category": "Cloud Service Providers",
"api": { "FileManager": ["ajaxSettings", "view"] },
"description": "This example demonstrates how to configure and use the File Transfer Protocol in a vue File Manager."
},
{
"url": "ibm-cos-node-file-provider",
"name": "IBM Cloud File Provider",
"category": "Cloud Service Providers",
"api": { "FileManager": ["ajaxSettings", "view"] },
"description": "This example demonstrates how to configure and use the IBM Cloud Object Storage file provider service in a vue File Manager."
}
]
}