Created
August 30, 2018 10:32
-
-
Save kolyadin/2b3498134d42bacc88a810e6264a8ffe to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
[ | |
'visitor' => [ | |
'name' => '', | |
'surname' => '', | |
'company' => '', | |
'qr' => ''//todo | |
], | |
'weather' => [ | |
'url' => 'https://autumnsession.ru/uploads/audio/personal-info/0c66fa3f6ef1ce2cce53c113e7686f92/welcome.mp3', | |
'subtitle' => "Рады видеть тебе в этот солнечный день", | |
], | |
'speech' => [ | |
[ | |
'url' => 'https://autumnsession.ru/uploads/audio/personal-info/0c66fa3f6ef1ce2cce53c113e7686f92/welcome.mp3', | |
'subtitle' => "Приветствие" | |
], | |
[ | |
'url' => 'https://autumnsession.ru/uploads/audio/personal-info/0c66fa3f6ef1ce2cce53c113e7686f92/welcome.mp3', | |
'subtitle' => "Персональный факт" | |
], | |
[ | |
'url' => 'https://autumnsession.ru/uploads/audio/personal-info/0c66fa3f6ef1ce2cce53c113e7686f92/welcome.mp3', | |
'subtitle' => "Зависимое от времени сообщение" | |
], | |
[ | |
'url' => 'https://autumnsession.ru/uploads/audio/personal-info/0c66fa3f6ef1ce2cce53c113e7686f92/welcome.mp3', | |
'subtitle' => "Покеда" | |
] | |
] | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment