If you export a content type with nodewords enabled then the following snippet appears in the export:
'nodewords_edit_metatags' => true,
'nodewords_metatags_generation_method' => '1',
'nodewords_metatags_generation_source' => '2',
'nodewords_use_alt_attribute' => 1,
'nodewords_filter_modules_output' =>
array (
0 => 1, #<----------- This line breaks the import!
'imagebrowser' => false,
'img_assist' => false,
),
'nodewords_filter_regexp' => '',
The line marked breaks the import with a standard "Illegal selection detected!" error. If you remove the line then the import succeeds. I guess this is to do with the way the filter checkboxes are stored/edited in the node form.
Comments
Comment #1
Anonymous (not verified) commentedHello, and thanks for the report.
If I understand correctly, the snippet you report is for the content type edit form; in such case, the issue has been already resolved in versions after 6.x-1.11 because the form fields the module added to the content type edit form have been already removed.
Comment #2
Anonymous (not verified) commentedI am marking the report as fixed as per my previous comment.