Plugin explorer

Version: Not specified

Main configuration parameters detail

org.ametys.plugins.explorer.calendar.event.working.day

Configuration:

<param id="org.ametys.plugins.explorer.calendar.event.working.day" type="string">
<label i18n="true">PLUGINS_EXPLORER_CALENDAR_EVENT_PARAM_WORKING_DAY_LABEL</label>
<description i18n="true">PLUGINS_EXPLORER_CALENDAR_EVENT_PARAM_WORKING_DAY_DESC</description>
<widget>edition.weekdays</widget>
<validation>
<mandatory/>
</validation>
<default-value>0</default-value>
<category i18n="true">PLUGINS_EXPLORER_CALENDAR_PARAM_CATEGORY</category>
<group i18n="true">PLUGINS_EXPLORER_CALENDAR_EVENT_PARAM_WORKING_DAY_GROUP</group>
<order>30</order>
</param>

org.ametys.plugins.explorer.calendar.view.mode

Configuration:

<param id="org.ametys.plugins.explorer.calendar.view.mode" type="string">
<label i18n="true">PLUGINS_EXPLORER_CALENDAR_PARAM_VIEW_MODE_LABEL</label>
<description i18n="true">PLUGINS_EXPLORER_CALENDAR_PARAM_VIEW_MODE_DESC</description>
<enumeration>
<entry>
<label i18n="true">PLUGINS_EXPLORER_CALENDAR_PARAM_VIEW_MODE_AGENDA</label>
<value>agenda</value>
</entry>
<entry>
<label i18n="true">PLUGINS_EXPLORER_CALENDAR_PARAM_VIEW_MODE_LIST</label>
<value>list</value>
</entry>
</enumeration>
<validation>
<mandatory/>
</validation>
<default-value>agenda</default-value>
<category i18n="true">PLUGINS_EXPLORER_CALENDAR_PARAM_CATEGORY</category>
<group i18n="true">PLUGINS_EXPLORER_CALENDAR_PARAM_VIEW_GROUP</group>
<order>10</order>
</param>

org.ametys.plugins.explorer.calendar.view.type

Configuration:

<param id="org.ametys.plugins.explorer.calendar.view.type" type="string">
<label i18n="true">PLUGINS_EXPLORER_CALENDAR_PARAM_VIEW_TYPE_LABEL</label>
<description i18n="true">PLUGINS_EXPLORER_CALENDAR_PARAM_VIEW_TYPE_DESC</description>
<enumeration>
<entry>
<label i18n="true">PLUGINS_EXPLORER_CALENDAR_PARAM_VIEW_TYPE_MONTH</label>
<value>month</value>
</entry>
<entry>
<label i18n="true">PLUGINS_EXPLORER_CALENDAR_PARAM_VIEW_TYPE_WEEK</label>
<value>week</value>
</entry>
<entry>
<label i18n="true">PLUGINS_EXPLORER_CALENDAR_PARAM_VIEW_TYPE_DAY</label>
<value>day</value>
</entry>
</enumeration>
<validation>
<mandatory/>
</validation>
<default-value>month</default-value>
<category i18n="true">PLUGINS_EXPLORER_CALENDAR_PARAM_CATEGORY</category>
<group i18n="true">PLUGINS_EXPLORER_CALENDAR_PARAM_VIEW_GROUP</group>
<order>20</order>
</param>