How can i update 'mergetags_list'? #531
Closed
AleksanderMeleshko
started this conversation in
General
Replies: 1 comment
-
Assign it in the init prop, e.g: <Editor
init={{
mergetags_list: [
// your list
]
}}
/> |
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
-
Hi, How can i update 'mergetags_list' in react?
Beta Was this translation helpful? Give feedback.
All reactions