Create renderer for form headers
[MAILPOET-2613]
This commit is contained in:
9
lib/Form/Block/Heading.php
Normal file
9
lib/Form/Block/Heading.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace MailPoet\Form\Block;
|
||||
|
||||
class Heading {
|
||||
public function render(array $block, array $formSettings): string {
|
||||
return '<h2></h2>';
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user