/**
  * Create inner field element.
  *
  * @since 1.0.0
  *
  * @return Brick
  */
 public function content()
 {
     $content = Tpl::load(__DIR__ . DS . 'partials' . DS . 'content.php', array('field' => $this));
     return $content;
 }