<?xml version="1.0"?>
<concrete5-cif version="1.0">

    <singlepages>

        <page name="Drafts" path="/!drafts" filename="/!drafts/view.php" pagetype="" description="" package="" root="true">
            <attributes>
                <attributekey handle="icon_dashboard">
                    <value>fas fa-edit</value>
                </attributekey>
            </attributes>
        </page>

        <page name="Welcome Back" path="/desktop" custom-path="/account/welcome" filename="/desktop.php" pagetype="" description="" package="" root="true">
            <attributes>
                <attributekey handle="desktop_priority">
                    <value>1</value>
                </attributekey>
                <attributekey handle="is_desktop">
                    <value>1</value>
                </attributekey>
                <attributekey handle="exclude_nav">
                    <value>1</value>
                </attributekey>
            </attributes>
            <area name="Main">
                <blocks>
                    <block type="core_area_layout" name="">
                        <arealayout type="theme-grid" columns="12">
                            <columns>
                                <column span="12" offset="0">
                                    <block type="desktop_waiting_for_me" />
                                </column>
                            </columns>
                        </arealayout>
                    </block>
                    <block type="core_area_layout" name="">
                        <arealayout type="theme-grid" columns="12">
                            <columns>
                                <column span="12" offset="0">
                                    <block type="desktop_draft_list" />
                                </column>
                            </columns>
                        </arealayout>
                    </block>
                </blocks>
            </area>
        </page>


    </singlepages>

</concrete5-cif>
