<?xml version="1.0" encoding="utf-8"?>
<metadata>
	<layout title="COM_OSMEMBERSHIP_VIEW_PLANS_COLUMNS_TITLE">
		<message>
			<![CDATA[COM_OSMEMBERSHIP_VIEW_PLANS_COLUMNS_DESCRIPTION]]>
		</message>
	</layout>		
	<fields name="request">			
		<fieldset name="request"
			addfieldpath="/administrator/components/com_osmembership/model/fields">
			<field name="id" type="osmcategory" default="0" label="Select Category" description="Select category which you want to display subscription plans" />
		</fieldset>
	</fields>
	<fields name="params">
		<fieldset name="basic">
			<field name="plan_ids" type="osmplan" multiple="true" label="Plans" description="Select the plans which you want to be displayed. If you don't select any plans here, all plans will be displayed" />
			<field name="exclude_plan_ids" type="text" label="Exclude Plan Ids" description="Enter IDs of the plans which you don't want to be displayed on this page, comma separated" />
			<field name="min_height" type="text" default="130" label="Min Height" description="Set min height for displaying the plan. If you see the scrollbar and want to remove it, increase the value. Otherwise, use default value" />
			<field name="list_limit" type="text" default="" label="Number Plans Per Page" />
			<field type="editor" buttons="yes" name="intro_text" filter="raw" label="Intro Text" description="If you enter some text here, it will be displayed at the top of plans list." />
		</fieldset>
	</fields>
</metadata>
