Allow media item to access content tree to assign ...
# help-with-umbraco
o
Hello All, I'm adding a custom field "Topic" for all content pages and media items (for media type "File") only The assigned taxonomy for content and media are being used for search. Problem: The media picker is only able to select items under Media/Sitename/xxx node, it is not able to select taxonomies defined under content/taxonomy How can I assign media items taxonomy that is defined under content node? I do not want to maintain 2 list of taxonomies in content and media Thank you! https://cdn.discordapp.com/attachments/1230177936167014430/1230177936326529035/image.png?ex=66325f7b&is=661fea7b&hm=e7dfe9e316b62efb3d83a7e2850cda449c2fd3bbb2d2bf0e00e731087487198c&
k
But your Topic property is a Media Picker. Such a property can only pick media. Shouldn't your Topic property be a Content Picker? We do exactly this, all content nodes and all media items have a "Taxonomy" property that picks content from a taxonomy content root. > How much content would a media picker topic property pick if a media picker topic property could pick content 🎶
o
@kdx-perbol didnt know it was that easy! Thank you! Got a multiple list tree content picker for the tags