Skip to content

Commit

Permalink
We won't be needing these things anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
okonomiyaki3000 committed May 1, 2018
1 parent d65b9a1 commit 4d06775
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
2 changes: 0 additions & 2 deletions administrator/language/en-GB/en-GB.plg_editors_codemirror.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ PLG_CODEMIRROR_FIELD_AUTOCLOSEBRACKET_DESC="Automatic bracket completion."
PLG_CODEMIRROR_FIELD_AUTOCLOSEBRACKET_LABEL="Bracket Completion"
PLG_CODEMIRROR_FIELD_AUTOCLOSETAGS_DESC="Automatic tag completion."
PLG_CODEMIRROR_FIELD_AUTOCLOSETAGS_LABEL="Tag Completion"
PLG_CODEMIRROR_FIELD_AUTOFOCUS_DESC="Auto focus."
PLG_CODEMIRROR_FIELD_AUTOFOCUS_LABEL="Auto Focus"
PLG_CODEMIRROR_FIELD_CODEFOLDING_DESC="Allow blocks of code to be folded."
PLG_CODEMIRROR_FIELD_CODEFOLDING_LABEL="Code Folding"
PLG_CODEMIRROR_FIELD_FONT_FAMILY_DESC="The font to use in the editor. If not installed, will be loaded from https://www.google.com/fonts/."
Expand Down
13 changes: 0 additions & 13 deletions plugins/editors/codemirror/codemirror.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,19 +155,6 @@
<option value="0">JOFF</option>
</field>

<field
name="autoFocus"
type="radio"
label="PLG_CODEMIRROR_FIELD_AUTOFOCUS_LABEL"
description="PLG_CODEMIRROR_FIELD_AUTOFOCUS_DESC"
class="btn-group btn-group-yesno"
default="1"
filter="options"
>
<option value="1">JON</option>
<option value="0">JOFF</option>
</field>

<field
name="keyMap"
type="list"
Expand Down

0 comments on commit 4d06775

Please sign in to comment.