예제 #1
0
 /**
  * Create content element
  *
  * This appends our main editor <div> to the fields markup.
  *
  * @since 1.0.0
  *
  * @return \Brick
  */
 public function content()
 {
     $content = parent::content();
     $content->append($this->editor());
     return $content;
 }