Mercurial > hg > cmmr2012-drupal-site
comparison core/modules/node/migrations/d7_node_settings.yml @ 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 id: d7_node_settings | |
2 label: Node configuration | |
3 migration_tags: | |
4 - Drupal 7 | |
5 - Configuration | |
6 source: | |
7 plugin: variable | |
8 variables: | |
9 - node_admin_theme | |
10 source_module: node | |
11 process: | |
12 use_admin_theme: node_admin_theme | |
13 destination: | |
14 plugin: config | |
15 config_name: node.settings |