Hello,

I created a node for Music Singles, which is working fine.
A registrated user can flag each Music Single (to add to their collection).

However, each Single can have multiple variants. For example:

Single Song A
   - Single Song A variant 1
   - Single Song A variant 2

Each variant should be flaggable.
I was thinking to create another content type e.g. Single Variant, but I find that somewhat devious, because it would mean that for each Variant I'd need to create a new entity refence field to select the Single Song node, plus I'd need to refer to the lyrics as well.

Could anyone please advice me?

I'm using Drupal 8

Comments

VM’s picture

I'd look for a method to flag fields rather than flag the node. No idea off the top of my head is there is such a method but it would benefit.