<?xml version="1.0" encoding="utf-8"?>
<metadata>
	<layout title="COM_EASYBLOG_MENU_CALENDAR_LAYOUT">
		<message>
			<![CDATA[COM_EASYBLOG_MENU_CALENDAR_LAYOUT_DESC]]>
		</message>
	</layout>

    <fields name="params">
    	<fieldset name="request" addfieldpath="/administrator/components/com_easyblog/elements">
			<field name="calendar_style" type="list" default="1" label="Calendar Style" description="Determines if EasyBlog should render a calendar or a simple archive list">
				<option value="calendarView">Calendar</option>
				<option value="listView">List</option>
			</field>
			<field name="calendar_year" type="year" default="" label="COM_EASYBLOG_PARAM_ARCHIVE_YEAR" description="COM_EASYBLOG_PARAM_ARCHIVE_YEAR_DESC" />
			<field name="calendar_month" type="month" default="" label="COM_EASYBLOG_PARAM_ARCHIVE_MONTH" description="COM_EASYBLOG_PARAM_ARCHIVE_MONTH_DESC" />
			<field type="pagination" name="limit" default="-2" label="COM_EASYBLOG_ITEMS_PER_PAGE" description="COM_EASYBLOG_ITEMS_PER_PAGE_DESC" />
		</fieldset>
	</fields>
</metadata>
