Skip to content

Commit

Permalink
Update package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aeberhard committed Jun 3, 2023
1 parent 509af20 commit a57c6f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package: aceeditor
version: 1.0.3
version: 1.1.0
author: 'Friends Of REDAXO'
supportpage: 'https://github.com/FriendsOfREDAXO/aceeditor'

Expand All @@ -18,4 +18,4 @@ default_config:
selectors: 'textarea.rex-code, textarea.rex-js-code, textarea.aceeditor, textarea.codemirror'
theme: 'eclipse'
darktheme: 'dracula'
options: "{\n\"showLineNumbers\": true,\n\"showGutter\": true,\n\"showInvisibles\": false,\n\"fontSize\": 15,\n\"mode\": \"ace/mode/php\",\n\"displayIndentGuides\": false,\n\"highlightIndentGuides\": false\n}"
options: "{\r\n \"showLineNumbers\": true,\r\n \"showGutter\": true,\r\n \"showInvisibles\": false,\r\n \"fontSize\": 15,\r\n \"mode\": \"ace\/mode\/php\",\r\n \"displayIndentGuides\": false,\r\n \"highlightIndentGuides\": false,\r\n \"customScrollbar\": true,\r\n \"enableBasicAutocompletion\": false,\r\n \"enableLiveAutocompletion\": false,\r\n \"enableSnippets\": false\r\n}"

0 comments on commit a57c6f2

Please sign in to comment.