You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/CoreBundle/DataFixtures/SettingsCurrentFixtures.php
-15Lines changed: 0 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -1641,11 +1641,6 @@ public static function getNewConfigurationSettings(): array
1641
1641
],
1642
1642
],
1643
1643
'admin' => [
1644
-
[
1645
-
'name' => 'admin_chamilo_announcements_disable',
1646
-
'title' => 'Disable editor announcements',
1647
-
'comment' => "Choose 'Yes' to stop announcements from the software editor to appear on the administrative homepage (only admins see it). This will also remove security update announcements.",
1648
-
],
1649
1644
[
1650
1645
'name' => 'drh_allow_access_to_all_students',
1651
1646
'title' => 'HRM can access all students from reporting pages',
@@ -1871,11 +1866,6 @@ public static function getNewConfigurationSettings(): array
1871
1866
'title' => 'Bug report link',
1872
1867
'comment' => 'Provide link to a bug reporting platform if not using the internal ticket manager.',
1873
1868
],
1874
-
[
1875
-
'name' => 'default_template',
1876
-
'title' => 'Layout template',
1877
-
'comment' => 'Provide the name of the template folder from main/template/ to change the appearance and structure of this portal.',
1878
-
],
1879
1869
[
1880
1870
'name' => 'disable_copy_paste',
1881
1871
'title' => 'Disable copy-pasting',
@@ -1962,11 +1952,6 @@ public static function getNewConfigurationSettings(): array
1962
1952
],
1963
1953
],
1964
1954
'platform' => [
1965
-
[
1966
-
'name' => 'default_template',
1967
-
'title' => 'Layout template',
1968
-
'comment' => 'Provide the name of the template folder from main/template/ to change the appearance and structure of this portal.',
0 commit comments