changes block name

This commit is contained in:
buttle 2021-09-26 13:15:46 +02:00
parent ef93a17710
commit 1ffd79db8e
2 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -47,7 +47,7 @@ class SimpleMDText extends AbstractBlockLayout
}
public function getLabel() {
return 'Simple Text';
return 'Markdown Text';
}
public function form(PhpRenderer $view,