changes block name
This commit is contained in:
parent
ef93a17710
commit
1ffd79db8e
|
@ -1,6 +1,6 @@
|
||||||
[info]
|
[info]
|
||||||
name = "Simple MD Text"
|
name = "Markdown Text"
|
||||||
description = "Simple Markdown text"
|
description = "Write text in markdown"
|
||||||
tags = ""
|
tags = ""
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
author = "Hangar.org"
|
author = "Hangar.org"
|
||||||
|
|
|
@ -47,7 +47,7 @@ class SimpleMDText extends AbstractBlockLayout
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getLabel() {
|
public function getLabel() {
|
||||||
return 'Simple Text';
|
return 'Markdown Text';
|
||||||
}
|
}
|
||||||
|
|
||||||
public function form(PhpRenderer $view,
|
public function form(PhpRenderer $view,
|
||||||
|
|
Loading…
Reference in New Issue