(configuration-settings)=
# Configuration Settings

## Defaults
Here are the default settings of the filter.

```json
{
  "filter": "shapescape_cutscenes",
  "settings": {
    "namespace": "shapescape"
  }
}
```

- `namespace: str` - the namespace to be added to the name of the entities generated from the script. The default value is `shapescape` you don't need to specify it.
