forked from emmetio/brackets-emmet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpreferences.html
More file actions
20 lines (20 loc) · 929 Bytes
/
preferences.html
File metadata and controls
20 lines (20 loc) · 929 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<div class="emmet-settings-dialog modal">
<div class="modal-header">
<h1 class="dialog-title">Emmet Preferences</h1>
</div>
<div class="modal-body">
<div class="field-container clearfix">
<label style="float: none;margin-left: 130px;">
<input type="checkbox" name="tab" id="emmet-tab-fld" /> Expand abbreviations with Tab key
</label>
</div>
<div class="field-container clearfix" style="padding-top: 15px;">
<label style="padding-right: 6px;box-sizing: border-box;">Extensions folder:</label>
<input type="text" name="ext-path" id="emmet-ext-path-fld" style="width: 420px;" />
</div>
</div>
<div class="modal-footer">
<a href="#" class="dialog-button btn primary" data-button-id="ok">{{OK}}</a>
<a href="#" class="dialog-button btn" data-button-id="cancel">{{CANCEL}}</a>
</div>
</div>