Skip to content

Instantly share code, notes, and snippets.

@amitaibu
Created May 4, 2015 09:34
Show Gist options
  • Save amitaibu/f73f0f65e14a6cc7b0a9 to your computer and use it in GitHub Desktop.
Save amitaibu/f73f0f65e14a6cc7b0a9 to your computer and use it in GitHub Desktop.
$plugin = array(
'label' => t('Articles'),
'resource' => 'articles',
'name' => 'articles__1_7',
'entity_type' => 'node',
'bundle' => 'article',
'description' => t('Export the article content type using view modes.'),
'class' => 'RestfulEntityBaseNode',
'authentication_types' => TRUE,
'authentication_optional' => TRUE,
'minor_version' => 7,
// Add the view mode information.
'view_mode' => array(
'name' => 'default',
'field_map' => array(
'body' => 'body',
'field_tags' => 'tags',
'field_image' => 'image',
),
),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment