Custom Post Type Fields

You can do this by not including “editor” in the “supports” argument.

And then add a new meta box using add_meta_box() in whose call back you can add all the post meta’s as required.