Is there a way to switch a field to a different field type? #7914
-
Say I have a text field that has data in it for several entries. Then I decide that field needs to be a markdown field instead. Is there a way to change the field type of the existing field? |
Beta Was this translation helpful? Give feedback.
Answered by
jasonvarga
Apr 17, 2023
Replies: 1 comment 1 reply
-
Not through the UI. In the YAML file you can change the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
diegovogel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not through the UI. In the YAML file you can change the
type
, though.