File tree Expand file tree Collapse file tree
apps/docs/src/plugins/structure Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ This reference page covers the config types available in `plugin.json`. If you'r
2424 <tr>
2525 <td>common_name</td>
2626 <td>✅</td>
27- <td>The human readable name of your plugin - this is what will show in Millennium's plugin manager</td>
27+ <td>The human- readable name of your plugin - this is what will show in Millennium's plugin manager</td>
2828 </tr>
2929 <tr>
3030 <td>description</td>
3131 <td>✅</td>
32- <td>The human readable description of your plugin - this is what will show in Millennium's plugin manager</td>
32+ <td>The human- readable description of your plugin - this is what will show in Millennium's plugin manager</td>
3333 </tr>
3434 <tr>
3535 <td>version</td>
@@ -44,17 +44,17 @@ This reference page covers the config types available in `plugin.json`. If you'r
4444 <tr>
4545 <td>backend</td>
4646 <td>❌</td>
47- <td>The relative path to the frontend directory. If not provided, the default folder is <code>frontend </code>.</td>
47+ <td>The relative path to the backend directory. If not provided, the default folder is <code>backend </code>.</td>
4848 </tr>
4949 <tr>
5050 <td>frontend</td>
5151 <td>❌</td>
52- <td>The relative path to the backend directory. If not provided, the default folder is <code>backend </code>.</td>
52+ <td>The relative path to the frontend directory. If not provided, the default folder is <code>frontend </code>.</td>
5353 </tr>
5454 <tr>
5555 <td>backendType</td>
5656 <td>❌</td>
57- <td>Either <code>lua</code> or <code>python</code>. All new Millennium plugins - including yours - needs to be written in Lua.
57+ <td>Either <code>lua</code> or <code>python</code>. All new Millennium plugins - including yours - need to be written in Lua.
5858 This option is simply for compatibility with legacy plugins. Python support will be completely dropped in a future release.</td>
5959 </tr>
6060 </tbody >
You can’t perform that action at this time.
0 commit comments