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 4ad579f commit b02828a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ 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,`requestPath`.
- `display`: The display name of the dependency as shown to users. For example,`Request Path`.
- `language`: Mapping between language codes used in Pot and language codes used when sending requests to plugins.
- `type`: Component type `input` | `select`
- `options`: Option list(Only `select` component), for example `{"engine_a":"Engina A","engine_b":"Engina B"}`
- `language`: Mapping between language codes used in Pot and language codes used when sending requests to plugins.

### 3. Plugin writing/compiling

Expand Down

0 comments on commit b02828a

Please sign in to comment.