<?xml version="1.0" encoding="UTF-8"?>
<?pcf-stylesheet path="/_resources/xsl/blog-listing.xsl" title="HTML" extension="html"?>

<!DOCTYPE document SYSTEM "http://commons.omniupdate.com/dtd/standard.dtd"> 

<document xmlns:ouc="http://omniupdate.com/XSL/Variables">

	<headcode></headcode> <!-- before closing head tag -->
	<bodycode></bodycode> <!-- after opening body tag -->
	<footcode></footcode> <!-- before closing body tag -->
	<ouc:info>directory skeleton</ouc:info>

	<ouc:properties label="metadata">
		<title><!--%echo var="title" --></title>
		<meta name="Description" content="<!--%echo var='description' -->" />
		<meta name="Keywords" content="<!--%echo var='keywords' -->" />
	</ouc:properties>

	<ouc:properties label="config">
		<parameter name="heading" type="text" group="Everyone" prompt="Page Heading" alt="Please enter the page heading."><!--%echo var="title" --></parameter>
		<parameter name="breadcrumb" type="text" group="Everyone" prompt="Custom Breadcrumb" alt="Default is Page Heading. This is not used on index pages."></parameter>
		<parameter name="hero-img" type="filechooser" dependency="yes" group="Everyone" prompt="Hero Banner Image" alt="Choose optional banner image file."></parameter>
		<parameter section="News Options" name="items-per-page" group="Everyone" prompt="Post per Page" alt="Determines the amount of posts to display per page.">10</parameter>
		<parameter name="filter-option" group="Everyone" type="select" prompt="Tag Filter Strength" alt="Determines if articles must have at least ONE matching tag or if articles must contain ALL matching tags to be included in the listing. Use the 'Tags' field in Metadata on this page to add tag(s) for filtering articles that will show.">
<option value="any" selected="true">At Least One Tag</option>
<option value="all" selected="false">All Tags</option>
</parameter>
		<parameter name="search-root" group="Everyone" prompt="News Root Directory Filter" alt="Enter a directory path to filter results (e.g. '/about/news/') from the data feed at /_resources/data/news.xml. Only news articles located at this directory or deeper will be displayed in the feed. Leave blank to pull from all articles in the news XML."></parameter>
		<parameter name="post-year" group="Everyone" prompt="Year Filter" alt="Specify a year to filter the listing page results (leave blank for no filter)."></parameter>
		<parameter name="post-author" group="Everyone" prompt="Author Filter" alt="Specify an author to filter the listing page results (leave blank for no filter)."></parameter>
		<parameter name="featured-only" group="Everyone" type="checkbox" prompt="Featured Articles Only" alt="Articles must be marked as 'featured' to be included in this listing.">
<option value="true" selected="false">Yes</option>
</parameter>
		<parameter section="Social Meta Tags" name="override-og-image" type="filechooser" group="Everyone" prompt="Og Image" alt="Please choose the open graph image. Recommended dimension: 1200x630." dependency="yes"></parameter>
		<parameter name="override-og-image-alt" type="text" group="Everyone" prompt="Og Image Alt" alt="Please enter the open graph image alt text."></parameter>
		<parameter name="override-og-title" type="text" group="Everyone" prompt="Og Title" alt="Please enter the open graph title. Defaults to the page title when this field is blank."></parameter>
		<parameter name="override-og-description" type="text" rows="4" group="Everyone" prompt="Og Description" alt="Please enter the open graph description. Defaults to the page description when this field is blank."></parameter>
		<parameter name="override-twitter-card-image" type="filechooser" group="Everyone" prompt="Twitter Card Image" alt="Please choose the twitter card image. This image size needs to be below 5MB in size per Twitter Documentation." dependency="yes"></parameter>
		<parameter name="override-twitter-card-image-alt" type="text" group="Everyone" prompt="Twitter Card Image Alt" alt="Please enter the twitter card image alt text. This alt text will be trimmed at a length of 420 characters per Twitter Documentation."></parameter>
		<parameter name="override-twitter-card-title" type="text" group="Everyone" prompt="Twitter Card Title" alt="Please enter the twitter card title. Defaults to the page title when this field is blank."></parameter>
		<parameter name="override-twitter-card-description" type="text" rows="4" group="Everyone" prompt="Twitter Card Description" alt="Please enter the twitter card description. This description will trimmed at 200 characters per Twitter Documentation. Defaults to the page description when this field is blank."></parameter>
		<parameter name="override-twitter-card-type" type="select" group="Everyone" prompt="Twitter Card Type" alt="Please choose the twitter card type.">
<option value="summary" selected="false">Summary</option>
<option value="summary_large_image" selected="true">Summary Large Image</option>
</parameter>
	</ouc:properties>

	<parameter name="dsn">news</parameter>

	<ouc:div label="main-content" group="Everyone" button-text="Main Content"><ouc:editor csspath="/_resources/ou/editor/wysiwyg.css" cssmenu="/_resources/ou/editor/styles.txt" wysiwyg-class="maincontent"/></ouc:div>

</document>

