/**
  * Returns whether the attribute key is one that can be edited through the frontend.
  */
 public function isAttributeKeyEditable()
 {
     return parent::isAttributeKeyEditable();
 }