Replies: 1 comment
-
There would actually be a decent chunk of work here, currently the custom fields just get displayed in whatever order they're stored in the database, so adding something like this would require a sort order column in the database most likely, and any drag and drop action would need to update those fields. And of course the backend when serving custom fields would need to put them in the right order. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
What is the problem you are trying to solve with this feature?
When I want to rearrange custom fields, I would have to delete the text and rewrite it in a different field.
What is the solution you are proposing?
add a hamburger button (☰) on the right of delete button.
Users can click and hold the button to rearrange the custom fields.
What alternatives have you considered?
No response
Additional context
No response
Contributions
Beta Was this translation helpful? Give feedback.
All reactions