Skip to content

feat(editor): allow setting of schema attribute #68

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

line-o
Copy link
Member

@line-o line-o commented Jul 12, 2025

refs #60

adding

{
  "features": {
    "schema": "url/to/myschema.json"
  }
}

will add the schema attribute to the jinn-tap element and load it.

refs #60

adding
```json
{
  "features": {
    "schema": "url/to/myschema.json"
  }
}
```
will add the schema attribute to the jinn-tap element and
load it.
@line-o line-o force-pushed the feat/editor-scheme branch from 80bdb42 to 54ab081 Compare July 12, 2025 16:55
@line-o line-o changed the title featI(editor): allow setting of schema attribute feat(editor): allow setting of schema attribute Jul 12, 2025
@line-o line-o requested a review from wolfgangmm July 12, 2025 17:41
@line-o
Copy link
Member Author

line-o commented Jul 12, 2025

@wolfgangmm please have a look if that is all that is needed. Are there tests I need to add?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants