markdown.code-snippets 271 B

12345678
  1. {
  2. "Insert Feature Label": {
  3. "prefix": "feature-label",
  4. "body": "{{< feature-label name=\"${1|interface,performance,security,api,ui,backend,devops,testing,documentation|}\" >}}",
  5. "description": "Insert a feature-label shortcode with selectable values"
  6. }
  7. }