Advertisement
Guest User

Untitled

a guest
Aug 28th, 2014
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. A reference field on Cities, which points to Countries: this lets each City entity know which Country it belongs to
  2. A reference field on Restaurants, which points to Countries. This field must have the same name as the other field which points to Countries
  3. A reference field on Restaurants, which points to Cities. This field needs to be configured to limit itself according to the other field on Restaurants.
  4.  
  5. Add your entity reference field, which you want it to be limited by taxonomy terms, to an entity. (ex. node type)
  6. Add your taxonomy term field from the existing fields to the same entity. Note that the entity reference you added has to have the same taxonomy terms fields in it.
  7. Go and edit the first entity reference field you have included, there appears the option limited field. Edit the settings as you like.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement