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

Bring back pebble expressions highlighting in no-code Editor fields #7128

Closed
Tracked by #7050
anna-geller opened this issue Jan 31, 2025 · 0 comments · Fixed by #7150
Closed
Tracked by #7050

Bring back pebble expressions highlighting in no-code Editor fields #7128

anna-geller opened this issue Jan 31, 2025 · 0 comments · Fixed by #7150
Assignees
Labels
area/frontend Needs frontend code changes bug Something isn't working

Comments

@anna-geller
Copy link
Member

Feature description

Some no-code editor fields that users to have Monaco editor now lost their syntax highlighting - let's bring them back

image

Repro

id: myflow
namespace: company.team

inputs:
  - id: user
    type: STRING
    defaults: anna

tasks:
  - id: hello
    type: io.kestra.plugin.core.log.Log
    message: Hello "{{ inputs.user }}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/frontend Needs frontend code changes bug Something isn't working
Projects
Status: Done
2 participants