forked from Sebobo/Shel.Neos.Hyphens
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSettings.yaml
29 lines (26 loc) · 816 Bytes
/
Settings.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Neos:
Neos:
Ui:
resources:
stylesheets:
Shel.Neos:HyphensEditor:
resource: resource://Shel.Neos.Hyphens/Public/HyphensEditor/Plugin.css
javascript:
Shel.Neos:HyphensEditor:
resource: resource://Shel.Neos.Hyphens/Public/HyphensEditor/Plugin.js
frontendConfiguration:
'Shel.Neos:HyphensEditor':
# `shortcut` can be used to create a keyboard shortcut to insert soft hyphen
# Use any falsy value like `null` or `false` to disable it
shortcut:
- 'Ctrl'
- 'Shift'
- 189 # This is the minus sign
fusion:
autoInclude:
Shel.Neos.Hyphens: true
userInterface:
translation:
autoInclude:
Shel.Neos.Hyphens:
- 'Main'