From f9ca7dcbed83c26f42e7327462138bbe2a982a39 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Tue, 24 Oct 2017 09:26:31 +0300 Subject: [PATCH] Add links to YouTube videos --- config/ninja.php | 5 +++++ resources/lang/en/texts.php | 2 ++ resources/views/accounts/customize_design.blade.php | 7 ++++--- resources/views/partials/keyboard_shortcuts.blade.php | 1 + 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/config/ninja.php b/config/ninja.php index 102820edeec9..64aad06c723f 100644 --- a/config/ninja.php +++ b/config/ninja.php @@ -2,6 +2,11 @@ return [ + 'video_urls' => [ + 'all' => env('NINJA_VIDEOS_URL', 'https://www.youtube.com/channel/UCXAHcBvhW05PDtWYIq7WDFA/videos'), + 'custom_design' => env('NINJA_VIDEOS_CUSOTM_DESIGN_URL', 'https://www.youtube.com/watch?v=pXQ6jgiHodc'), + ], + // invoice locking feature 'lock_sent_invoices' => env('LOCK_SENT_INVOICES'), diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 032fc637b8b0..25365e5bc6a0 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -2502,6 +2502,8 @@ $LANG = array( 'apply' => 'Apply', 'recover_white_label_header' => 'Recover White Label License', 'apply_white_label_header' => 'Apply White Label License', + 'videos' => 'Videos', + 'video' => 'Video', ); diff --git a/resources/views/accounts/customize_design.blade.php b/resources/views/accounts/customize_design.blade.php index b88e75ab43ed..409c20981a38 100644 --- a/resources/views/accounts/customize_design.blade.php +++ b/resources/views/accounts/customize_design.blade.php @@ -215,7 +215,7 @@ @@ -223,12 +223,12 @@ {!! Former::close() !!} -