removes duplicate title element from block

This commit is contained in:
buttle 2021-06-27 15:12:30 +02:00
parent ca58dad9a2
commit 73158ecf59
1 changed files with 1 additions and 9 deletions

View File

@ -10,14 +10,6 @@ class SketchfabBlockForm extends Form
public function init() public function init()
{ {
$this->add([
'name' => 'o:block[__blockIndex__][o:data][title]',
'type' => Element\Text::class,
'options' => [
'label' => 'Title (option)',
]
]);
$this->add([ $this->add([
'name' => 'o:block[__blockIndex__][o:data][width]', 'name' => 'o:block[__blockIndex__][o:data][width]',
'type' => Element\Number::class, 'type' => Element\Number::class,