-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathSettings.yaml
More file actions
39 lines (39 loc) · 1.22 KB
/
Copy pathSettings.yaml
File metadata and controls
39 lines (39 loc) · 1.22 KB
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
30
31
32
33
34
35
36
37
38
39
Neos:
Neos:
Ui:
resources:
javascript:
'Shel.Neos.Terminal:Terminal':
resource: 'resource://Shel.Neos.Terminal/Public/Assets/Plugin.js'
stylesheets:
'Shel.Neos.Terminal:Terminal':
resource: 'resource://Shel.Neos.Terminal/Public/Assets/Plugin.css'
frontendConfiguration:
'Shel.Neos.Terminal:Terminal':
enabled: false
welcomeMessage: 'Shel.Neos.Terminal:Main:welcome'
registrationKey:
id: ''
signature: ''
showThankYouMessage: true
getCommandsEndPoint: /neos/shel-neos-terminal/getcommands
invokeCommandEndPoint: /neos/shel-neos-terminal/invokecommand
theme:
contentStyle:
color: '#adadad'
styleEchoBack: fullInherit
promptLabelStyle:
color: '#ff8700'
whitespace: nowrap
inputTextStyle:
color: '#ffffff'
messageStyle:
whiteSpace: pre-wrap
color: '#00adee'
hotkeys:
Shel.Neos.Terminal.toggle: 't t'
userInterface:
translation:
autoInclude:
Shel.Neos.Terminal:
- Main