- You will need to add the config to initializer.
- Create the view.
- (re)start your Rails server.
- Override (or better solution) the pages action (see "app/views/refinery/admin/pages/_actions.html.erb" in this gist for an example) or else, add ?view_template=my_content_type to the page's new URL. Ie: http://localhost:3000/refinery/pages/new?view_template=my_content_type
See some screenshots:
http://cl.ly/2W2Z1E342B3c2x1Q1I3t
Jipiboily. I managed to get the same result as you described in this gist. Only thing that is missing is - Vew template (third screenshot http://cl.ly/0X230z0w2D1K1p342A3r) is not appearing. I guess some additional code has to be added. Am I right?