Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 741 Bytes

pluginscommonyaml.mdx

File metadata and controls

19 lines (17 loc) · 741 Bytes

The configuration file plugins/common.yaml describes all plugins so Steep can compile and use them during runtime. The file contains an array of descriptor objects with the properties specified in the section on extending Steep through plugins.

Note: The path to the plugin configuration file can be configured with the item steep.plugins in Steep's general configuration.

```yaml # interprets a missing file as an empty list - name: fileOrEmptyList type: outputAdapter scriptFile: conf/plugins/fileOrEmptyList.kt version: 1.0.0 supportedDataType: fileOrEmptyList ```