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

${{stem meta.file}}-map: (
{{#each props as |prop|}}
  {{#if prop.comment}}
  {{{trimLeft (indent (comment (trim prop.comment)))}}}
  {{/if}}
  '{{kebabcase prop.name}}': ${{kebabcase prop.name}},
{{/each}}
);
