| Current Path : /home/ataenra/www/modules/mod_sagenda_calendar/ |
| Current File : /home/ataenra/www/modules/mod_sagenda_calendar/mod_sagenda_calendar.xml |
<?xml version="1.0" encoding="utf-8"?>
<extension type="module" version="3.2" client="site" method="upgrade">
<name>Sagenda booking and scheduling calendar</name>
<author>Iteration.info SARL</author>
<version>2.9.3</version>
<description>A Scheduling Calendar and Agenda for your Joomla Website</description>
<files>
<filename>mod_sagenda_calendar.xml</filename>
<filename>mod_sagenda_calendar_update.xml</filename>
<filename module="mod_sagenda_calendar">mod_sagenda_calendar.php</filename>
<filename>index.html</filename>
<filename>helper.php</filename>
<folder>mashape</folder>
<folder>tmpl</folder>
</files>
<config>
<fields name="params">
<fieldset name="basic">
<field name="sagendaToken" required="true" type="text" label="Authentication code (Token)" description="Please paste here the authentication code (Token) that you can found on your dashboard : https://sagenda.net/Dashboard" size="200" default="" />
<field name="sagendaWeekStartsOn" type="list" label="Week start on" description="Please select which day your week should start on your calendar." size="7" default="1">
<option value="0">
Sunday
</option>
<option value="1">
Monday
</option>
<option value="2">
Tuesday
</option>
<option value="3">
Wednesday
</option>
<option value="4">
Thursday
</option>
<option value="5">
Friday
</option>
<option value="6">
Saturday
</option>
</field>
<field name="sagendaDateFormat" type="text" label="Date format" description="Define the format of date you want, <br/> YYYY-MM-DD for 1981-10-25 <br/> DD.MM.YY for 25.10.1981" default="DD MMMM YYYY" required="true" hint="Please enter a format" />
<field name="sagendaTimeFormat" type="text" label="Time format" description="Define the format of time you want, <br/> HH:mm for 18:00<br/> hh:mm A for 06:00 PM" required="true" default="HH:mm" hint="Please enter a format" />
<field name="note11" type="note" label="You will find the complete list of possible date and time format here : <a href='https://momentjs.com/docs/#/displaying/' target='blank'>https://momentjs.com/docs/#/displaying/</a> " class="alert alert-info"/>
<field name="sagendaDefaultView" type="list" label="Default View" description="Please select the view that should de diplayed first" size="5" default="month">
<option value="month">
Month
</option>
<option value="week">
Week
</option>
<option value="workWeek">
Work Week
</option>
<option value="day">
Day
</option>
<option value="agenda">
Agenda
</option>
</field>
<field name="sagendaRemoveMonthViewButton" type="checkbox" label="Remove Month button" description="Remove from the agenda the button that allows to navigate to the month view." value="1" />
<field name="sagendaRemoveWeekViewButton" type="checkbox" label="Remove Week button" description="Remove from the agenda the button that allows to navigate to the week view." value="1" />
<field name="sagendaRemoveWorkWeekViewButton" type="checkbox" label="Remove Work Week button" description="Remove from the agenda the button that allows to navigate to the work week view." value="1" />
<field name="sagendaRemoveDayViewButton" type="checkbox" label="Remove Day button" description="Remove from the agenda the button that allows to navigate to the day view." value="1" />
<field name="sagendaRemoveAgendaViewButton" type="checkbox" label="Remove Agenda button" description="Remove from the agenda the button that allows to navigate to the agenda view." value="1" />
<field name="noteVideo" type="note" label="Watch our tutorial on YouTube : <a href='https://youtu.be/lkB0f6MmKEc' target='blank'>https://youtu.be/lkB0f6MmKEc</a> " class="alert alert-info"/>
</fieldset>
</fields>
</config>
<updateservers>
<server type="extension" name="mod_sagenda_calendar">
https://raw.githubusercontent.com/Sagenda/joomla/master/mod_sagenda_calendar_update.xml
</server>
</updateservers>
</extension>