We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f923c1d commit c7480e0Copy full SHA for c7480e0
README.md
@@ -82,6 +82,16 @@ twigDrupalString({
82
});
83
```
84
85
+## Options
86
+
87
+The `twigDrupalString` method receives an options object with the following properties:
88
89
+| Property | Type | Description |
90
+| -------- | ---------- | --------------------------------------------- |
91
+| `Twig` | `Twig` | Twig.js engine instance |
92
+| `files` | `string[]` | Array of paths to translation srings |
93
+| `watch` | `boolean` | Enable or disable watch mode, default `false` |
94
95
## Contributing
96
97
See [contributing documentation](CONTRIBUTING.md) for more information.
0 commit comments