<?xml version="1.0"?>
<!--
/**
* Landofcoder
*
* NOTICE OF LICENSE
*
* This source file is subject to the Landofcoder.com license that is
* available through the world-wide-web at this URL:
* https://landofcoder.com/license-agreement.html
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this extension to newer
* version in the future.
*
* @category Landofcoder
* @package Lofmp_Blog
* @copyright Copyright (c) 2016 Landofcoder (https://landofcoder.com/)
* @license https://landofcoder.com/LICENSE-1.0.html
*/
-->
<page_types xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_types.xsd">
<type id="lofmpblogarchive_view" label="Blog Archive Page"/>
<type id="lofmpblog_author_view" label="Blog Author Page"/>
<type id="lofmpblog_category_view" label="Blog Category Page"/>
<type id="lofmpblog_default" label="Blog All Pages"/>
<type id="lofmpblog_latest_view" label="Blog Homepage"/>
<type id="lofmpblog_post_list" label="Blog Post List (Blog Category, Arcive, Search, etc.)"/>
<type id="lofmpblog_post_view" label="Blog Post View Page"/>
<type id="lofmpblog_search_index" label="Blog Search Page"/>
<type id="lofmpblog_tag_view" label="Blog Tag View Page"/>
<type id="lofmpblog_post_index" label="Blog Post Index Page"/>
</page_types>
|