krafthaus / bauhaus

Laravel 4 Admin Generator
http://bauhaus.krafthaus.nl/
GNU General Public License v2.0
1 stars 0 forks source link

configureForm($mapper) not render fields #69

Closed milantestagena closed 8 years ago

milantestagena commented 9 years ago

Hi

I created this: public function configureForm($mapper) { $mapper->text('title')->label('Post title'); $mapper->wysiwyg('content'); } from Post tutorial.

on admin post page, when i click New post, I don't have those 2 fields. I only have Create Post button. When I click on that button, it add new Post, with empty data.

what I need to do to get those 2 fields in Admin panel?

thanx

milantestagena commented 9 years ago

Fixed

please delete this thread. thanx

tholu commented 9 years ago

You can mark as closed.