I have a tag property for the Meta Keywords on pages. Some of the tags have incorrect spellings in them, I delted the tage from the page and added a new tag with the right spelling but I can't find a place in the backoffice to view all the tags for that data type so I can delete the bad tags. Where can I find this?
a
Ambert
07/25/2023, 6:16 AM
Dont think you can see this in the backoffice, easiest way would be to write a little bit of code and loop through each tag group
Ambert
07/25/2023, 6:17 AM
I know @huwred made a package for something like this once, but it seems it's for V8
I think I have a local nuget package that works with 10+ I will take a look after my morning meetings 😄
huwred
07/25/2023, 7:50 AM
My v8 packe was actually for something different, so probably diplo.godmode would be best bet. My pacge was for adding tags, It gives you a dropdown control that allowed you to multiselect from a list of used tags.
huwred
07/25/2023, 3:04 PM
You may have been thinking of this https://our.umbraco.com/packages/backoffice-extensions/umbraco-8-tag-manager/ (not updated since 8 though) I'm pretty sure I have a copy of that code updated and working on one of clients which we updated to 10 recently as they were using the v8 package so I will take a look