Rename value in all .json file (metadata) #112
Unanswered
DreamEp
asked this question in
Help + Q&A
Replies: 1 comment
-
The easiest way is to use the built-in find and replace all feature in VSCode (or other text editor) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everyone !
Is there a way to rename a value from a trait type in all my metadata .json file.
For exemple :
{
"trait_type": "Clothes",
"value": "SuitForType2"
}
to :
{
"trait_type": "Clothes",
"value": "Suit"
}
Thank you in advance ! :)
Beta Was this translation helpful? Give feedback.
All reactions