# {{packageName}}

The {{moduleId}} field extension module for the Backstage Scaffolder.

## Usage

To use this field in a Scaffolder template, reference it in the template spec:

```yaml
properties:
  myField:
    title: My Field
    type: string
    ui:field: {{kebabCase moduleId}}
```

_This plugin was created through the Backstage CLI_
