Heya,

Support for attaching custom entities would be cool.
I'll try to provide a patch for it.

Thx!

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

filsterjisah’s picture

Status: Active » Needs review
FileSize
8.62 KB
BarisW’s picture

+++ plugins/menu_position.entity.inc	(revision )
@@ -0,0 +1,171 @@
+  // Check if this is a entity page and then what entity bundle it is.
+  // TODO hmmm, when no "entity" was configured, this should not be called! Take a look at this when time...

Patch looks good, but what do these two lines mean?

Matthijs’s picture

FileSize
8.19 KB

I converted this into a git patch and updated/removed the TODO you mentioned.