You are here

function node_embed_views_api in Node Embed 7

Make compatible with views 2 for default view.

File

./node_embed.module, line 198
This module defines an input filter for taking an embed code syntax ([[nid: ###]]) and removing the embed code and replacing with a rendered node view at that position in the text field.

Code

function node_embed_views_api() {
  return array(
    'api' => 3,
  );
}