Skip to content

Commit

Permalink
Update README_EN.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Pylogmon authored Oct 14, 2023
1 parent 25240ba commit f045566
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ Edit the `info.json` file and modify the following fields:
- `needs`: Dependencies required by the plugin. It is an array where each dependency is an object that includes the following fields:
- `key`: The key of the dependency, corresponding to its name in the configuration file. For example,`port`.
- `display`: The display name of the dependency as shown to users. For example,`Port`.
- `type`: Component type `input` | `select`
- `options`: Option list(Only `select` component), for example `{"engine_a":"Engina A","engine_b":"Engina B"}`

### 3. Plugin writing/compiling

Expand Down

0 comments on commit f045566

Please sign in to comment.