forked from joomengine/snippets
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathitem.json
More file actions
31 lines (31 loc) · 1.63 KB
/
Copy pathitem.json
File metadata and controls
31 lines (31 loc) · 1.63 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
{
"name": "Custom - File",
"url": "https:\/\/getbootstrap.com\/docs\/4.0\/components\/forms\/#custom-forms",
"type": "b101b15b-dbad-4884-bd22-bd4270f97b35",
"heading": "custom-file",
"library": "6f6650a5-ebff-4783-8508-f0285c0e98a6",
"guid": "dd227da3-c9ac-425a-aeb2-d0c19a714a5c",
"contributor_email": "sales@mwweb.host",
"contributor_name": "Steve Voorhees",
"contributor_website": "https:\/\/mostwantedwebhosting.com",
"contributor_company": "Most Wanted Web Services, Inc.",
"snippet": "<label class=\"custom-file\">\r\n <input type=\"file\" id=\"file\" class=\"custom-file-input\">\r\n <span class=\"custom-file-control\"><\/span>\r\n<\/label>",
"usage": "The file input is the most gnarly of the bunch and require additional JavaScript if you\u2019d like to hook them up with functional Choose file\u2026 and selected file name text.\r\n",
"description": "For even more customization and cross browser consistency, use our completely custom form elements to replace the browser defaults. They\u2019re built on top of semantic and accessible markup, so they\u2019re solid replacements for any default form control.",
"@dependencies": [
{
"key": "guid",
"value": "b101b15b-dbad-4884-bd22-bd4270f97b35",
"entity": "snippet_type",
"table": "#__componentbuilder_snippet_type",
"direction": "out"
},
{
"key": "guid",
"value": "6f6650a5-ebff-4783-8508-f0285c0e98a6",
"entity": "library",
"table": "#__componentbuilder_library",
"direction": "out"
}
]
}