{{text_editor}}

'; return array( 'label' =>'Text', 'name' =>'text', 'fields'=> array( array( 'type' =>'text-editor', 'name' =>"text_editor", 'label' =>'Content', 'default' =>'Content Goes Here', ), array( 'type' =>'text', 'name' =>"css_class", 'label' =>'Custom CSS Class', 'default' =>'Content Goes Here', ) ), 'front_template'=>$output ); ?>