-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Allow an easier way to import data that is in/stored as arrays on the backend.
Why?
An example can be the forbidden words. Say i have 50 forbidden words which i already have from another node i have to manually copy each one and write/paste it into the new node. This takes time and their should be an easier way to handle this.
How?
Add an advanced edit button next to each Array Input box (Multi Input) which allows the user to import data that is inside an array like ["item1", "item2", "item3"] or seperated in multiple lines such as
item1
item2
item3.
You could also Allow the user to export data from this mode which allows us to easily transfer data from one node onto another.
Metadata
Metadata
Assignees
Labels
No labels