|
36.
|
|
|
developermode: Enable or disable developer mode
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:71
|
|
37.
|
|
|
``$cfg->developermode = true;`` or ``$cfg->developermode = false;``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:47
|
|
38.
|
|
|
When you enable developer mode, the following two changes are made automatically for your site:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:49
|
|
39.
|
|
|
``debug.css`` will be included on each page. You can edit this file to add debugging CSS at your discretion.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:51
|
|
40.
|
|
|
The unpacked version of MochiKit will be used.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:52
|
|
41.
|
|
|
``developermode=true`` is less powerful than the :ref:`productionmode=false <config_variable_productionmode>`.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:55
|
|
42.
|
|
|
openbadgedisplayer_source: Open Badges displayer sources
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:261
|
|
43.
|
|
|
``$cfg->openbadgedisplayer_source = '{"shortname":"url","shortname":"url"}';``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:263
|
|
44.
|
|
|
In order to display Open Badges in the :ref:`"Open Badges" block <open_badges_block>`, the sites that host the badges need to be configured. Per default, the `Mozilla Backpack <https://backpack.openbadges.org/>`_ and the `Open Badge Passport <https://openbadgepassport.com>`_ can be connected to. If you have other sources, you would need to add them to the allowed sources.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:204
|
|
45.
|
|
|
passwordsaltmain: Set a site-wide password salt
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:280
|