From 436696b92f93f79f4b5b46debcaf722df73292aa Mon Sep 17 00:00:00 2001 From: BaranekD <0Baranek.dominik0@gmail.com> Date: Wed, 28 Aug 2019 10:21:29 +0200 Subject: [PATCH] Removed warning template --- CHANGELOG.md | 3 +++ config-templates/config-warning.php | 28 ---------------------------- 2 files changed, 3 insertions(+), 28 deletions(-) delete mode 100644 config-templates/config-warning.php diff --git a/CHANGELOG.md b/CHANGELOG.md index ba75b50..7086cb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file. #### Fixed - Fixed the style of Added,Changed,Fixed,Removed,... +#### Changed +- Removed warning template - it is no longer needed here because it was moved to module perun + ## [v2.3.0] #### Added - Added file phpcs.xml diff --git a/config-templates/config-warning.php b/config-templates/config-warning.php deleted file mode 100644 index 2a3cd62..0000000 --- a/config-templates/config-warning.php +++ /dev/null @@ -1,28 +0,0 @@ -<?php - -/** - * This config template is able to show a warning to a user. - */ -$config = array( - - /** - * When true, the config file is switched on. - */ - 'isOn' => true, - - /** - * When true, user is able to continue. - */ - 'userCanContinue' => true, - - /** - * Title of the warning. It is possible to use HTML. - */ - 'title' => '<b> Title of the warning </b>', - - /** - * Text of the warning. It is possible to use HTML. - */ - 'text' => '<p> Due to maintenance it won\'t be possible to access our service from ' . - '<b>1.1.2018 2:00</b> to <b>1.1.2018 4:00</b> </p>', -); -- GitLab