From 40e25d9b6ea745f48e3e47141da0caf5a968a683 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Tempez?= Date: Fri, 7 Oct 2022 19:26:02 +0200 Subject: [PATCH] Api key default data --- core/module/config/view/social/social.php | 3 +-- core/module/install/ressource/defaultdata.php | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/core/module/config/view/social/social.php b/core/module/config/view/social/social.php index e20fc7d6..f036ec97 100644 --- a/core/module/config/view/social/social.php +++ b/core/module/config/view/social/social.php @@ -16,8 +16,7 @@ 'Clé de l\'API ScreenShotApi', 'value' => $this->getData(['config', 'seo', 'keyApi']), - 'help' => 'Créez un compte gratuit, recopier la clé , puis valider le formulaire avant de cliquer sur le bouton de génération', - 'placeholder' => 'XXXXXXX-XXXXXXX-XXXXXXX-XXXXXXX' + 'help' => 'Créez un compte gratuit, recopier la clé , puis valider le formulaire avant de cliquer sur le bouton de génération' ]); ?> diff --git a/core/module/install/ressource/defaultdata.php b/core/module/install/ressource/defaultdata.php index a67a0c7d..446b090d 100644 --- a/core/module/install/ressource/defaultdata.php +++ b/core/module/install/ressource/defaultdata.php @@ -27,7 +27,7 @@ class init extends common { ], 'seo' => [ 'robots' => true, - 'keyApi' => 'Connecter https://app.screenshotapi.net/' + 'keyApi' => 'XXXXXXX-XXXXXXX-XXXXXXX-XXXXXXX' ], 'connect' => [ 'timeout' => 600,