Skip to content

Commit ba31c46

Browse files
committed
Feature/localizations (#853)
1 parent c7ac29e commit ba31c46

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

config/devlink.php

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,11 @@
167167
'path' => $public_base_path.'/featherlight',
168168
'type' => 'public',
169169
],
170+
'file-icons' => [
171+
'active' => true,
172+
'path' => $public_base_path.'/file-icons',
173+
'type' => 'public',
174+
],
170175
'firewall' => [
171176
'active' => true,
172177
'path' => $public_base_path.'/firewall',
@@ -338,6 +343,11 @@
338343
'path' => $public_base_path.'/progress',
339344
'type' => 'public',
340345
],
346+
'prompts' => [
347+
'active' => true,
348+
'path' => $public_base_path.'/prompts',
349+
'type' => 'public',
350+
],
341351
'record' => [
342352
'active' => false,
343353
'path' => $public_base_path.'/record',
@@ -408,6 +418,11 @@
408418
'path' => $public_base_path.'/trainings',
409419
'type' => 'public',
410420
],
421+
'tree' => [
422+
'active' => true,
423+
'path' => $public_base_path.'/tree',
424+
'type' => 'public',
425+
],
411426
'user' => [
412427
'active' => true,
413428
'path' => $public_base_path.'/user',

0 commit comments

Comments
 (0)