You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/_jade/customizer-nav.jade
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,6 @@
1
1
// NOTE: DO NOT EDIT THE FOLLOWING SECTION DIRECTLY! It is autogenerated via the `build-customizer-html` Grunt task using the customizer-nav.jade template.
Copy file name to clipboardExpand all lines: docs/customize.html
+12-2Lines changed: 12 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@
12
12
<!--[if lt IE 9]>
13
13
<style>
14
14
.bs-customizer,
15
+
.bs-customizer-import,
15
16
.bs-docs-sidebar {
16
17
display: none;
17
18
}
@@ -23,6 +24,17 @@
23
24
<![endif]-->
24
25
25
26
<!-- Customizer form -->
27
+
28
+
<divclass="bs-docs-section bs-customizer-import">
29
+
<divid="import-drop-target" class="bs-dropzone">
30
+
<h2>✍</h2>
31
+
<pclass="lead">Have an existing configuration? Upload your <code>config.json</code> to import it.</p>
32
+
<p>Drag and drop here, or <labelid="import-manual-trigger" class="btn-link">manually upload<inputtype="file" id="import-file-select" class="hidden"></label>.</p>
33
+
<hr>
34
+
<p><strong>Don't have one?</strong> That's okay—just start customizing the fields below.</p>
0 commit comments