From c50844421a9e7ca78ade1321753a38fe4fb1dda0 Mon Sep 17 00:00:00 2001 From: Leevi Graham Date: Tue, 16 Feb 2021 20:38:27 +1100 Subject: [PATCH] Added settings --- src/config.php | 14 ++++++++++++++ src/models/Settings.php | 3 ++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/src/config.php b/src/config.php index a1f0979..80e4770 100644 --- a/src/config.php +++ b/src/config.php @@ -28,4 +28,18 @@ * @see: See the [official documentation](https://developers.google.com/places/web-service/get-api-key). */ 'googleApiKey' => '', + + /** + * Facebook Token + * + * @see: See the [official documentation](https://developers.facebook.com/docs/plugins/oembed). + */ + 'facebookToken' => '', + + /** + * Instagram Token + * + * @see: See the [official documentation](https://developers.facebook.com/docs/instagram/oembed). + */ + 'instagramToken' => '', ]; diff --git a/src/models/Settings.php b/src/models/Settings.php index 888aba7..c4d7c42 100644 --- a/src/models/Settings.php +++ b/src/models/Settings.php @@ -1,4 +1,5 @@ [ 'googleApiKey', 'facebookToken', - 'instagramToken' + 'instagramToken', ], ], ];