-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcontrols.json
More file actions
6 lines (6 loc) · 926 Bytes
/
controls.json
File metadata and controls
6 lines (6 loc) · 926 Bytes
1
2
3
4
5
6
{
"Heading": "<h1>Heading</h1>",
"Navbar": "<nav class=\"navbar navbar-light navbar-expand-xl fixed-top bg-white clean-navbar\"> <div class=\"container\"><a class=\"navbar-brand logo\" href=\"#\" style=\"margin-right:16px;font-size:13px;\">Simpodex</a><button class=\"navbar-toggler\" data-toggle=\"collapse\" data-target=\"#navcol-1\"><span class=\"sr-only\">Toggle navigation</span><span class=\"navbar-toggler-icon\"></span></button> <div class=\"collapse navbar-collapse\" id=\"navcol-1\"> <ul class=\"nav navbar-nav ml-auto\"> <li class=\"nav-item\" role=\"presentation\" style=\"\"><a class=\"nav-link\" href=\"\" style=\"width:62px;font-size:12px;\">Example</a></li> </ul> </div> </div> </nav>",
"Button": "<button style=\"width:auto; height:auto\" class=\"btn btn-primary\" contenteditable>Button<\/button>",
"Div": "<div style=\"height:100px; width:100%; background-color:rgb(255, 0, 157)\"><\/div>"
}