Skip to content

Commit e0dfe31

Browse files
authored
Remove phraseapp settings
1 parent 74ca11c commit e0dfe31

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

config/pterodactyl.php

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -151,33 +151,6 @@
151151
'url' => 'https://cdn.pterodactyl.io/releases/latest.json',
152152
],
153153

154-
/*
155-
|--------------------------------------------------------------------------
156-
| Language Editor
157-
|--------------------------------------------------------------------------
158-
|
159-
| Set `PHRASE_IN_CONTEXT` to true to enable the PhaseApp in-context editor
160-
| on this site which allows you to translate the panel, from the panel.
161-
*/
162-
'lang' => [
163-
'in_context' => env('PHRASE_IN_CONTEXT', false),
164-
],
165-
166-
/*
167-
|--------------------------------------------------------------------------
168-
| Language Editor
169-
|--------------------------------------------------------------------------
170-
|
171-
| Set `PHRASE_IN_CONTEXT` to true to enable the PhaseApp in-context editor
172-
| on this site which allows you to translate the panel, from the panel.
173-
*/
174-
'client_features' => [
175-
'databases' => [
176-
'enabled' => env('PTERODACTYL_CLIENT_DATABASES_ENABLED', true),
177-
'allow_random' => env('PTERODACTYL_CLIENT_DATABASES_ALLOW_RANDOM', true),
178-
],
179-
],
180-
181154
/*
182155
|--------------------------------------------------------------------------
183156
| File Editor

0 commit comments

Comments
 (0)