Skip to content

Commit

Permalink
call the parent setup
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesmarshall committed Jan 17, 2012
1 parent baac2c7 commit 7d1e9d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/model/WildfireContent.php
Expand Up @@ -7,6 +7,7 @@ class WildfireContent extends WaxTreeModel {


public function setup(){
parent::setup();
$this->define("title", "CharField", array('export'=>true, 'maxlength'=>255, 'scaffold'=>true, 'default'=>"enter title here", 'info_preview'=>1) );
$this->define("content", "TextField", array('widget'=>"TinymceTextareaInput"));

Expand Down

0 comments on commit 7d1e9d9

Please sign in to comment.