Plugin odf-web

Version: Not specified

Main configuration parameters detail

odf.userpref.cart.datasource

This parameter contains the data source to use for ODF cart preferences

Configuration:

<param id="odf.userpref.cart.datasource" type="datasource">
<label i18n="true">PLUGINS_ODFWEB_CART_CONFIG_DATASOURCE_LABEL</label>
<description i18n="true">PLUGINS_ODFWEB_CART_CONFIG_DATASOURCE_DESCRIPTION</description>
<widget>edition.datasource-sql</widget>
<widget-params>
<param name="allowCreation">true</param>
<param name="allowPrivate">false</param>
<param name="allowInternal">true</param>
<param name="allowedDbTypes">derby,mysql,oracle,postgresql,hsqldb</param>
</widget-params>
<validation>
<custom-validator class="org.ametys.core.datasource.SQLDatabaseTypeValidator">
<mandatory/>
<allowed-dbtypes>derby,mysql,oracle,postgresql,hsqldb</allowed-dbtypes>
</custom-validator>
</validation>
<category i18n="true">plugin.odf:PLUGINS_ODF_CONFIG_CATEGORY</category>
<group i18n="true">PLUGINS_ODFWEB_CART_CONFIG_GROUP</group>
<order>10</order>
</param>