Node forms in Drupal Panels
In order to enclose Drupal node forms with Panels you will need to:
1. Create panel
2. Setup context for corresponding form type (this will add forms section in content selection window)
3. Add form from content selection form and specify node type for which you are going to use this panel.
This is first time that we are [...]