v0.7.0
This commit is contained in:
@ -8,6 +8,14 @@ return [
|
||||
'{folders.resources}',
|
||||
'cache'
|
||||
])),
|
||||
'folders.upload' => DI\string(implode(DIRECTORY_SEPARATOR, [
|
||||
'{folders.base}',
|
||||
'uploads'
|
||||
])),
|
||||
'folders.data' => DI\string(implode(DIRECTORY_SEPARATOR, [
|
||||
'{folders.resources}',
|
||||
'data'
|
||||
])),
|
||||
'blade_template_path' => DI\get('folders.templates'),
|
||||
'blade_cache_path' => DI\get('folders.cache'),
|
||||
'urls.assets' => DI\string(implode('/', [
|
||||
@ -32,8 +40,8 @@ return [
|
||||
])),
|
||||
'urls.metro.logo' => 'https://img.freepik.com/free-icon/santiago-metro-logo_318-66588.jpg?size=338&ext=jpg',
|
||||
'urls.notaria.turno' => 'http://www.notariasdeturno.cl',
|
||||
'urls.play.store' => 'https://play.google.com/store/apps/details?id=cl.totalpack.suturno.movil',
|
||||
'urls.play.store.logo' => 'https://www.gstatic.com/android/market_images/web/favicon_v2.ico',
|
||||
'urls.play.store' => 'https://zeroq.cl/#/local/notaria-patricio-raby',
|
||||
'urls.play.store.logo' => 'https://zeroq.cl/img/logo-small.png',
|
||||
'assets' => (object) [
|
||||
(object) [
|
||||
'script' => 'https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js'
|
||||
@ -56,7 +64,9 @@ return [
|
||||
(object) [
|
||||
'style' => implode('/', ['assets', 'styles', 'metro.css']),
|
||||
'fonts' => [
|
||||
'https://fonts.googleapis.com/css?family=Roboto&subset=latin&display=swap',
|
||||
'https://fonts.googleapis.com/css?family=Roboto&subset=latin&display=swap'
|
||||
],
|
||||
'xfont' => [
|
||||
implode('/', ['assets', 'fonts', 'metro.ttf'])
|
||||
]
|
||||
]
|
||||
|
Reference in New Issue
Block a user