Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
6a2778f4
Commit
6a2778f4
authored
Sep 15, 2015
by
alexpott
Browse files
Issue
#2568427
by neclimdul: Fix migration yaml
parent
5f705aa7
Changes
13
Hide whitespace changes
Inline
Side-by-side
core/modules/block/migration_templates/d6_block.yml
View file @
6a2778f4
...
...
@@ -62,7 +62,7 @@ process:
source
:
-
region
-
theme
-
@
theme
-
'
@theme
'
region_map
:
left
:
sidebar_first
right
:
sidebar_second
...
...
@@ -76,7 +76,7 @@ process:
settings
:
plugin
:
d6_block_settings
source
:
-
@
plugin
-
'
@plugin
'
-
delta
-
settings
visibility
:
...
...
core/modules/field/migration_templates/d6_field.yml
View file @
6a2778f4
...
...
@@ -128,7 +128,7 @@ process:
settings
:
plugin
:
field_settings
source
:
-
@
type
-
'
@type
'
-
global_settings
-
widget_settings
...
...
core/modules/file/migration_templates/d6_upload_entity_display.yml
View file @
6a2778f4
...
...
@@ -19,7 +19,7 @@ process:
field_name
:
'
constants/name'
type
:
'
constants/type'
options
:
'
constants/options'
'
options/type'
:
@
type
'
options/type'
:
'
@type
'
destination
:
plugin
:
component_entity_display
migration_dependencies
:
...
...
core/modules/file/migration_templates/d6_upload_entity_form_display.yml
View file @
6a2778f4
...
...
@@ -20,7 +20,7 @@ process:
form_mode
:
'
constants/form_mode'
type
:
'
constants/type'
options
:
'
constants/options'
'
options/type'
:
@
type
'
options/type'
:
'
@type
'
destination
:
plugin
:
component_entity_form_display
migration_dependencies
:
...
...
core/modules/filter/migration_templates/d6_filter_format.yml
View file @
6a2778f4
...
...
@@ -19,7 +19,7 @@ process:
filters
:
plugin
:
iterator
source
:
filters
key
:
@
id
key
:
'
@id
'
process
:
id
:
plugin
:
static_map
...
...
core/modules/filter/migration_templates/d7_filter_format.yml
100755 → 100644
View file @
6a2778f4
...
...
@@ -11,7 +11,7 @@ process:
filters
:
plugin
:
iterator
source
:
filters
key
:
@
id
key
:
'
@id
'
process
:
id
:
plugin
:
static_map
...
...
core/modules/image/migration_templates/d6_imagecache_presets.yml
View file @
6a2778f4
...
...
@@ -18,7 +18,7 @@ process:
effects
:
plugin
:
d6_imagecache_actions
source
:
-
@
plugin
-
'
@plugin
'
-
data
destination
:
plugin
:
entity:image_style
core/modules/menu_link_content/migration_templates/d7_menu_links.yml
View file @
6a2778f4
...
...
@@ -33,10 +33,10 @@ process:
source
:
-
link_path
-
options
route_name
:
@
route/route_name
route_parameters
:
@
route/route_parameters
url
:
@
route/url
options
:
@
route/options
route_name
:
'
@route/route_name
'
route_parameters
:
'
@route/route_parameters
'
url
:
'
@route/url
'
options
:
'
@route/options
'
external
:
external
weight
:
weight
expanded
:
expanded
...
...
core/modules/taxonomy/migration_templates/d6_vocabulary_field_instance.yml
View file @
6a2778f4
...
...
@@ -20,7 +20,7 @@ process:
plugin
:
skip_on_empty
method
:
row
'
settings/handler'
:
'
constants/selection_handler'
'
settings/handler_settings/target_bundles/0'
:
@
field_name
'
settings/handler_settings/target_bundles/0'
:
'
@field_name
'
'
settings/handler_settings/auto_create'
:
'
constants/auto_create'
destination
:
plugin
:
entity:field_config
...
...
core/modules/user/migration_templates/user_picture_entity_display.yml
View file @
6a2778f4
...
...
@@ -23,7 +23,7 @@ process:
field_name
:
'
constants/name'
type
:
'
constants/type'
options
:
'
constants/options'
'
options/type'
:
@
type
'
options/type'
:
'
@type
'
destination
:
plugin
:
component_entity_display
migration_dependencies
:
...
...
core/modules/user/migration_templates/user_picture_entity_form_display.yml
View file @
6a2778f4
...
...
@@ -22,7 +22,7 @@ process:
form_mode
:
'
constants/form_mode'
type
:
'
constants/type'
options
:
'
constants/options'
'
options/type'
:
@
type
'
options/type'
:
'
@type
'
destination
:
plugin
:
component_entity_form_display
migration_dependencies
:
...
...
core/modules/user/migration_templates/user_profile_entity_display.yml
View file @
6a2778f4
...
...
@@ -29,7 +29,7 @@ process:
textarea
:
text_default
url
:
link
options
:
'
constants/options'
'
options/type'
:
@
type
'
options/type'
:
'
@type
'
hidden
:
plugin
:
static_map
source
:
visibility
...
...
core/modules/user/migration_templates/user_profile_entity_form_display.yml
View file @
6a2778f4
...
...
@@ -27,11 +27,11 @@ process:
textarea
:
text_textarea
url
:
link_default
options
:
'
constants/options'
'
options/type'
:
@
type
'
options/type'
:
'
@type
'
'
options/settings'
:
plugin
:
field_instance_widget_settings
source
:
-
@
type
-
'
@type
'
-
'
constants/empty'
# we don't have any settings.
'
options/settings/display_label'
:
# Single on/off checkboxes need to have display_label = true otherwise their label doesn't show.
plugin
:
static_map
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment