config.model Post do label 'Blog' weight 0 edit do field :user field :title field :body_format field :body do (something here?) end
configure :description do html_attributes rows: 20,cols: 50 end