This parameter contains the data source to use to connect the Surveys database
Configuration:
<param id="plugins.survey.datasource" type="datasource">
<label i18n="true">PLUGINS_SURVEY_DATASOURCE_CONFIG_DATASOURCE_LABEL</label>
<description i18n="true">PLUGINS_SURVEY_DATASOURCE_CONFIG_DATASOURCE_DESCRIPTION</description>
<widget>edition.datasource-sql</widget>
<widget-params>
<param name="allowCreation">true</param>
<param name="allowPrivate">true</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">PLUGINS_SURVEY_DATASOURCE_CONFIG_CATEGORY</category>
<group i18n="true">PLUGINS_SURVEY_DATASOURCE_CONFIG_GROUP</group>
<order>10</order>
</param>