﻿<?xml version="1.0" encoding="utf-8"?>
<config>
  <Version>0.43</Version>
  <AppName>Dom Pytlików - Mobile</AppName>
  <Author>Piotr Pytlik</Author>
  <Copyright>Double P Software, {Author}</Copyright>
  <!-- theme color & primary CSS color -->
  <MainColor>#ecebeb</MainColor>
  <useAppDrawer bool="true" />
  <useSideBar bool="true" />
  <security>
    <path url="docs/*" role="" />
    <path url="admin/*" role="admin" />
  </security>
  <imports>
    <map from="@ppc" to="/src/(controls,components)" module="/node_modules" />
    <map from="@pwa" to="/src/pwa" />
    <import name="AuthElement" what="AuthElement, html, css" from="/src/components/AuthElement.js" />
    <import name="updatePage" what="updatePage" from="/src/components/AuthElement.js" />
    <import name="LitElement" what="LitElement, html, css" from="lit-element" />
    <import name="repeat" what="repeat" from="lit-html/directives/repeat.js" />
    <import name="until" what="until" from="lit-html/directives/until.js" />
    <import name="unsafeHTML" what="unsafeHTML" from="lit-html/directives/unsafe-html.js" />
    <import name="unsafeCSS" what="unsafeCSS" from="lit-element/lib/css-tag.js" />
    <import name="classMap" what="classMap" from="lit-html/directives/class-map.js" />
    <import name="config" what="config" from="/src/config.js" />
    <import name="icons" what="icons" from="@pwa/icons.js" />
    <import name="api" what="api" from="/src/services/api.js" />
    <import name="store" what="store" from="/src/redux/store.js" />
    <import name="User" what="User" from="/src/redux/User.js" />
    <import name="SharedStyles" what="SharedStyles" from="/src/shared-styles.js" />
  </imports>
  <!--
		defaults:
				url = '/' + cfg
				dir = '/src/module/' + (dir ?? cfg)
				name = (name ?? cfg).Replace('.', '-')
				
				import = dir + '/' + prefix + '-' + name + '.js'
		-->
  <mods prefix="pp" links="home,user,admin">
    <mod cfg="doc.sync" url="/admin/doc/sync" dir="admin" />
    <mod cfg="home" url="/" />
    <mod cfg="ngrok" url="/ngrok" />
    <mod cfg="user" />
    <mod cfg="login" url="/user/login" dir="user" />
    <mod cfg="admin" role="admin" />
  </mods>
  <AppTitle>{AppName}</AppTitle>
  <AppDescription>{AppName}</AppDescription>
  <License>@license
Copyright © 2018-{Year} {Copyright}. All rights reserved.
Last Updated: {Updated}
Last Xformed: {Now}</License>
  <LicenseJs>/**
{License}
*/</LicenseJs>
  <AppControl>pp-app</AppControl>
  <MainColor>#ecebeb</MainColor>
  <Splash>@pwa/controls/pp-splash.js</Splash>
  <Logo>/images/Logo.png</Logo>
  <IconPrefix>images/Icon/P</IconPrefix>
  <vConsole></vConsole>
  <useRoboto bool="true" />
  <useBusy bool="true" />
  <useToast bool="true" />
  <useIconConfig bool="false" />
  <useAppDrawer bool="false" />
  <useSideBar bool="true" />
</config>