Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for adding longer text fields (files) #41

Closed
petar-cvit opened this issue Sep 4, 2023 · 1 comment
Closed

Support for adding longer text fields (files) #41

petar-cvit opened this issue Sep 4, 2023 · 1 comment
Assignees
Labels
UI Update on the UI

Comments

@petar-cvit
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
Cyclops should support adding bigger chunks of config such as files. The existing text field need to be expanded with such capability. No functionality would be changed, it would just be easier for users to use.

Describe the solution you'd like
Add another field into the schema, parse it on controller side and render it as "file editor", not just a simple text field.

@petar-cvit petar-cvit added the UI Update on the UI label Sep 4, 2023
@petar-cvit petar-cvit changed the title Support for adding longer text fields Support for adding longer text fields (files) Sep 4, 2023
@petar-cvit
Copy link
Collaborator Author

PR implements support for longer files. It can be configured in the schema by adding the field fileExtension with the required file extension. I will add documentation on our landing page about which extensions are supported, but this has been tested on sh for scripts and json

Screenshot 2023-09-06 at 00 47 18

@petar-cvit petar-cvit self-assigned this Sep 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
UI Update on the UI
Projects
None yet
Development

No branches or pull requests

1 participant