Guest User

Untitled

a guest
Oct 21st, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. 'backlinks' => array(
  2. 'disabled' => false,
  3. 'vid' => '1',
  4. 'name' => 'backlinks',
  5. 'description' => 'Displays a list of nodes that link to the node, using the search backlinks table.',
  6. 'tag' => 'default',
  7. 'base_table' => 'node',
  8. 'human_name' => 'Backlinks',
  9. 'core' => '0',
  10. 'display' =>
  11. array (
  12. 'block' =>
  13. array (
  14. 'vid' => '1',
  15. 'id' => 'block',
  16. 'display_title' => 'What links here',
  17. 'display_plugin' => 'block',
  18. 'position' => '3',
  19. 'display_options' =>
  20. array (
  21. 'query' =>
  22. array (
  23. 'type' => 'views_query',
  24. 'options' =>
  25. array (
  26. ),
  27. ),
  28. 'defaults' =>
  29. array (
  30. 'use_more' => false,
  31. 'style_plugin' => false,
  32. 'style_options' => false,
  33. 'row_plugin' => false,
  34. 'row_options' => false,
  35. 'arguments' => false,
  36. ),
  37. 'use_more' => true,
  38. 'style_plugin' => 'list',
  39. 'row_plugin' => 'fields',
  40. 'arguments' =>
  41. array (
  42. 'nid' =>
  43. array (
  44. 'id' => 'nid',
  45. 'table' => 'search_node_links_to',
  46. 'field' => 'nid',
  47. 'default_action' => 'default',
  48. 'title_enable' => 1,
  49. 'title' => 'What links here',
  50. 'default_argument_type' => 'node',
  51. 'summary' =>
  52. array (
  53. 'format' => 'default_summary',
  54. ),
  55. 'specify_validation' => 1,
  56. 'validate' =>
  57. array (
  58. 'type' => 'node',
  59. ),
  60. ),
  61. ),
  62. ),
  63. ),
  64. ),
  65. 'api_version' => '3.0',
  66. )
Add Comment
Please, Sign In to add comment