From 1ffd79db8e8ece4a3547ec9bb81732f46b9469ae Mon Sep 17 00:00:00 2001 From: buttle Date: Sun, 26 Sep 2021 13:15:46 +0200 Subject: [PATCH] changes block name --- config/module.ini | 4 ++-- src/Site/BlockLayout/SimpleMDText.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/module.ini b/config/module.ini index dcda623..dec552a 100644 --- a/config/module.ini +++ b/config/module.ini @@ -1,6 +1,6 @@ [info] -name = "Simple MD Text" -description = "Simple Markdown text" +name = "Markdown Text" +description = "Write text in markdown" tags = "" license = "MIT" author = "Hangar.org" diff --git a/src/Site/BlockLayout/SimpleMDText.php b/src/Site/BlockLayout/SimpleMDText.php index 8a9440b..3b5cbc9 100644 --- a/src/Site/BlockLayout/SimpleMDText.php +++ b/src/Site/BlockLayout/SimpleMDText.php @@ -47,7 +47,7 @@ class SimpleMDText extends AbstractBlockLayout } public function getLabel() { - return 'Simple Text'; + return 'Markdown Text'; } public function form(PhpRenderer $view,