Edit tags inside tags property?
# help-with-umbraco
m
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
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
I know @huwred made a package for something like this once, but it seems it's for V8
d
You might be able to do this with diplo.godmode. It has a tagbrowser: https://marketplace.umbraco.com/package/diplo.godmode
h
I think I have a local nuget package that works with 10+ I will take a look after my morning meetings 😄
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.
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
a
you're right!