There's a bug somewhere in Umbraco that causes default tags to have a listed type of 'Csv' when they're actually 'Json'. This makes them impossible to edit on Favorite Content if we don't first have First Content change their type to 'Json'. Doing this makes them work. But when saved, if you don't reload the page it shows the tags as arrays of individual characters, instead of as their whole words. (a reload shows this is a visual glitch, not an actual change in how it saves).
There's a bug somewhere in Umbraco that causes default tags to have a listed type of 'Csv' when they're actually 'Json'. This makes them impossible to edit on Favorite Content if we don't first have First Content change their type to 'Json'. Doing this makes them work. But when saved, if you don't reload the page it shows the tags as arrays of individual characters, instead of as their whole words. (a reload shows this is a visual glitch, not an actual change in how it saves).