This key defines the template that this snippet should inherit, out of the available Snippet Templates.
Appears in
Type
string
Examples
In this example, we have configured a snippet to use the button template.
Copied to clipboard
_snippets_definitions:
custom_button:
template: button{
"_snippets_definitions": {
"custom_button": {
"template": "button"
}
}
}