Closed (fixed)
Project:
EVA: Entity Views Attachment
Version:
7.x-1.1
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Nov 2011 at 17:00 UTC
Updated:
14 Aug 2012 at 01:51 UTC
Hi all,
Anyone out there tried to place an EVA into a entity programmatically?
What I'm hoping to do is in my module place the EVA by default and prevent removal (maybe modification) from the UI.
Thanks.
Comments
Comment #1
pasqualleexport the view as usual..
Comment #2
joachim commentedUse hook_views_default_views() to define views which have EVA displays on them.
Comment #3
mkadin commentedYes. This is the correct approach.