Mercurial > hg > cmmr2012-drupal-site
comparison core/modules/node/templates/node-edit-form.html.twig @ 0:c75dbcec494b
Initial commit from drush-created site
author | Chris Cannam |
---|---|
date | Thu, 05 Jul 2018 14:24:15 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:c75dbcec494b |
---|---|
1 {# | |
2 /** | |
3 * @file | |
4 * Default theme implementation for a node edit form. | |
5 * | |
6 * Two column template for the node add/edit form. | |
7 * | |
8 * This template will be used when a node edit form specifies 'node_edit_form' | |
9 * as its #theme callback. Otherwise, by default, node add/edit forms will be | |
10 * themed by form.html.twig. | |
11 * | |
12 * Available variables: | |
13 * - form: The node add/edit form. | |
14 * | |
15 * @see seven_form_node_form_alter() | |
16 * | |
17 * @ingroup themeable | |
18 */ | |
19 #} | |
20 {{ form }} |