|
| 1 | +<?xml version="1.0"?> |
| 2 | +<!-- |
| 3 | +/** |
| 4 | + * Copyright © 2015-17 Magefan ([email protected]). All rights reserved. |
| 5 | + * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php). |
| 6 | + * |
| 7 | + * Glory to Ukraine! Glory to the heroes! |
| 8 | + */ |
| 9 | +--> |
| 10 | +<page_types xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_types.xsd"> |
| 11 | + <type id="blog_archive_view" label="Blog Archive Page"/> |
| 12 | + <type id="blog_author_view" label="Blog Author Page"/> |
| 13 | + <type id="blog_category_view" label="Blog Category Page"/> |
| 14 | + <type id="blog_default" label="Blog All Pages"/> |
| 15 | + <type id="blog_index_index" label="Blog Homepage"/> |
| 16 | + <type id="blog_post_list" label="Blog Post List (Blog Category, Arcive, Search, etc.)"/> |
| 17 | + <type id="blog_post_view" label="Blog Post View Page"/> |
| 18 | + <type id="blog_search_index" label="Blog Search Page"/> |
| 19 | + <type id="blog_tag_view" label="Blog Tag View Page"/> |
| 20 | + <type id="blog_post_index" label="Blog Post View Page"/> |
| 21 | + <type id="amp_blog_archive_view" label="Blog Archive Page (AMP)"/> |
| 22 | + <type id="amp_blog_author_view" label="Blog Author Page (AMP)"/> |
| 23 | + <type id="amp_blog_category_view" label="Blog Category Page (AMP)"/> |
| 24 | + <type id="amp_blog_default" label="Blog All Pages (AMP)"/> |
| 25 | + <type id="amp_blog_index_index" label="Blog Homepage (AMP)"/> |
| 26 | + <type id="amp_blog_post_list" label="Blog Post List (Blog Category, Arcive, Search, etc.) (AMP)"/> |
| 27 | + <type id="amp_blog_post_view" label="Blog Post View Page (AMP)"/> |
| 28 | + <type id="amp_blog_search_index" label="Blog Search Page (AMP)"/> |
| 29 | + <type id="amp_blog_tag_view" label="Blog Tag Page (AMP)"/> |
| 30 | +</page_types> |
0 commit comments