mirror of
https://github.com/a2nt/silverstripe-webpack.git
synced 2024-10-22 17:05:31 +02:00
[IMPR] Minor improvements
This commit is contained in:
parent
c4c49c15be
commit
05c741fdfe
20
app/_config/email.yml
Normal file
20
app/_config/email.yml
Normal file
@ -0,0 +1,20 @@
|
||||
---
|
||||
Name: app-emailconfig
|
||||
After:
|
||||
- '#emailconfig'
|
||||
---
|
||||
SilverStripe\Core\Injector\Injector:
|
||||
Swift_Transport:
|
||||
class: Swift_SendmailTransport
|
||||
|
||||
#SilverStripe\Core\Injector\Injector:
|
||||
# Swift_Transport:
|
||||
# class: Swift_SmtpTransport
|
||||
# properties:
|
||||
# Host: smtp.host.com
|
||||
# Port: <port>
|
||||
# Encryption: tls
|
||||
# calls:
|
||||
# Username: [ setUsername, ['`APP_SMTP_USERNAME`'] ]
|
||||
# Password: [ setPassword, ['`APP_SMTP_PASSWORD`'] ]
|
||||
# AuthMode: [ setAuthMode, ['login'] ]
|
BIN
app/client/dist/icons/apple-touch-startup-image-1170x2532.png
vendored
Normal file
BIN
app/client/dist/icons/apple-touch-startup-image-1170x2532.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 129 KiB |
BIN
app/client/dist/icons/apple-touch-startup-image-1284x2778.png
vendored
Normal file
BIN
app/client/dist/icons/apple-touch-startup-image-1284x2778.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 146 KiB |
BIN
app/client/dist/icons/apple-touch-startup-image-2532x1170.png
vendored
Normal file
BIN
app/client/dist/icons/apple-touch-startup-image-2532x1170.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 139 KiB |
BIN
app/client/dist/icons/apple-touch-startup-image-2778x1284.png
vendored
Normal file
BIN
app/client/dist/icons/apple-touch-startup-image-2778x1284.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 158 KiB |
68
app/client/dist/icons/manifest.webmanifest
vendored
Normal file
68
app/client/dist/icons/manifest.webmanifest
vendored
Normal file
@ -0,0 +1,68 @@
|
||||
{
|
||||
"name": "ss-webpack-boilerplate",
|
||||
"short_name": "ss-webpack-boilerplate",
|
||||
"description": "Lets you create SilverStripe faster",
|
||||
"dir": "auto",
|
||||
"lang": "en-US",
|
||||
"display": "standalone",
|
||||
"orientation": "any",
|
||||
"start_url": "/?homescreen=1",
|
||||
"background_color": "#fff",
|
||||
"theme_color": "#fff",
|
||||
"icons": [
|
||||
{
|
||||
"src": "android-chrome-36x36.png",
|
||||
"sizes": "36x36",
|
||||
"type": "image/png",
|
||||
"purpose": "any"
|
||||
},
|
||||
{
|
||||
"src": "android-chrome-48x48.png",
|
||||
"sizes": "48x48",
|
||||
"type": "image/png",
|
||||
"purpose": "any"
|
||||
},
|
||||
{
|
||||
"src": "android-chrome-72x72.png",
|
||||
"sizes": "72x72",
|
||||
"type": "image/png",
|
||||
"purpose": "any"
|
||||
},
|
||||
{
|
||||
"src": "android-chrome-96x96.png",
|
||||
"sizes": "96x96",
|
||||
"type": "image/png",
|
||||
"purpose": "any"
|
||||
},
|
||||
{
|
||||
"src": "android-chrome-144x144.png",
|
||||
"sizes": "144x144",
|
||||
"type": "image/png",
|
||||
"purpose": "any"
|
||||
},
|
||||
{
|
||||
"src": "android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "any"
|
||||
},
|
||||
{
|
||||
"src": "android-chrome-256x256.png",
|
||||
"sizes": "256x256",
|
||||
"type": "image/png",
|
||||
"purpose": "any"
|
||||
},
|
||||
{
|
||||
"src": "android-chrome-384x384.png",
|
||||
"sizes": "384x384",
|
||||
"type": "image/png",
|
||||
"purpose": "any"
|
||||
},
|
||||
{
|
||||
"src": "android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "any"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user