protected function newStandardEditField()
 {
     $short = 'custom.' . $this->getRawStandardFieldKey();
     return parent::newStandardEditField()->setEditTypeKey($short);
 }
 protected function newStandardEditField()
 {
     $short = $this->getModernFieldKey();
     return parent::newStandardEditField()->setEditTypeKey($short)->setIsCopyable($this->getIsCopyable());
 }