Example #1
0
 public function fillForm(Form $form, SiteTreeNodeInterface $model)
 {
     $config = $this->configModel()->getConfig($model->getPageTypeId(), $model->getIdentifier());
     $form->fillByArray($config, $this->fieldPrefix());
 }