Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,10 @@
"name": {
"description": "The tag name of the custom element.",
"type": "string"
},
"sample": {
"description": "Sample string for usage of the element. (Could later be extended to a object with more samples if needed). The sample could also contain a element with children if this is needed as a sample.",
"type": "string"
}
},
"required": [
Expand Down