{{! Copyright (c) 2015, salesforce.com, inc. - All rights reserved }}
{{! Licensed under BSD 3-Clause - https://opensource.org/licenses/BSD-3-Clause }}

{{#each props as |prop|}}
  {{#if prop.comment~}}
  {{{trimLeft (indent (comment (trim prop.comment)))}}}
  {{/if~}}
  @value {{kebabcase prop.name}}: {{#eq prop.type "string"}}"{{/eq}}{{{prop.value}}}{{#eq prop.type "string"}}"{{/eq}};
{{/each}}
