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.67 KB
/
Copy pathitem.json
File metadata and controls
31 lines (31 loc) · 1.67 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": "Nav - Pills with Dropdown",
"url": "https:\/\/getbootstrap.com\/docs\/4.0\/components\/navs\/",
"type": "598c50a1-5fa2-4d44-8dd1-dbf1bfb4c64a",
"heading": "nav-pills with dropdown",
"library": "6f6650a5-ebff-4783-8508-f0285c0e98a6",
"guid": "fff7ea7a-77c0-4d3f-a939-b98627617346",
"contributor_email": "sales@mwweb.host",
"contributor_name": "Steve Voorhees",
"contributor_website": "https:\/\/mostwantedwebhosting.com",
"contributor_company": "Most Wanted Web Services, Inc.",
"snippet": "<ul class=\"nav nav-pills\">\r\n <li class=\"nav-item\">\r\n <a class=\"nav-link active\" href=\"#\">Active<\/a>\r\n <\/li>\r\n <li class=\"nav-item dropdown\">\r\n <a class=\"nav-link dropdown-toggle\" data-toggle=\"dropdown\" href=\"#\" role=\"button\" aria-haspopup=\"true\" aria-expanded=\"false\">Dropdown<\/a>\r\n <div class=\"dropdown-menu\">\r\n <a class=\"dropdown-item\" href=\"#\">Action<\/a>\r\n <a class=\"dropdown-item\" href=\"#\">Another action<\/a>\r\n <\/div>\r\n <\/li>\r\n<\/ul>",
"usage": "Pills with dropdowns",
"description": "Documentation and examples for how to use Bootstrap's included navigation components.",
"@dependencies": [
{
"key": "guid",
"value": "598c50a1-5fa2-4d44-8dd1-dbf1bfb4c64a",
"entity": "snippet_type",
"table": "#__componentbuilder_snippet_type",
"direction": "out"
},
{
"key": "guid",
"value": "6f6650a5-ebff-4783-8508-f0285c0e98a6",
"entity": "library",
"table": "#__componentbuilder_library",
"direction": "out"
}
]
}