Blueprints: allow for expansion of env value fields #1228
Closed
goosenation
started this conversation in
Suggestions
Replies: 1 comment
-
|
Thanks for the suggestion! This has been added |
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.
-
Some env fields can hold a lot of data. An example of such data is the PLUGINS key in this screenshot. It accepts a comma-separated string of plugins, and the list can get very long.
My current workaround is to copy/paste the contents of the field in an ide or text editor, and review/edit it in there, then pasting it back.
I understand that this is only one field in a long list of fields, and having a textarea for all of these fields would not be beneficial.
But perhaps there is a way to improve the experience?

Beta Was this translation helpful? Give feedback.
All reactions