Hi
I am developing a book store with magento 2.
Now I have to create an important attribute to 'BOOK' product.
This attribute is 'AUTHOR', a Multiple Select attribute that contains all the authors present in the store.
This is because a book can have one or more authors, and every author can have written one or more books.
But every author has a biography and I would like to link every author to his own biography.
How can it be done? Can I add a link to every value of the multiple select attribute 'AUTHOR'?
If it's not possible, is there another solution?