Plugin core-ui

Version: Not specified

Main configuration parameters detail

runtime.mode.dev

This parameter allows to load UI in debug mode (i.e. load CSS/JS not minified)

Configuration:

<param id="runtime.mode.dev" type="boolean">
<label i18n="true">PLUGINS_CORE_UI_DEBUG_UI_LABEL</label>
<description i18n="true">PLUGINS_CORE_UI_DEBUG_UI_DESCRIPTION</description>
<enumeration>
<entry>
<label i18n="true">PLUGINS_CORE_UI_DEBUG_UI_VAL_0</label>
<value>false</value>
</entry>
<entry>
<label i18n="true">PLUGINS_CORE_UI_DEBUG_UI_VAL_1</label>
<value>true</value>
</entry>
</enumeration>
<validation>
<mandatory/>
</validation>
<default-value>0</default-value>
<category i18n="true">plugin.core:PLUGINS_CORE_SYSTEM_CONFIG_CATEGORY</category>
<group i18n="true">plugin.core:PLUGINS_CORE_DEBUG_GROUP</group>
<order>20</order>
</param>