mirror of
https://github.com/strapi/strapi.git
synced 2025-12-29 16:16:20 +00:00
chore: fixing typo in Plugin Development -> Frontend Development documentation. (#7461)
Signed-off-by: Joeri Damme <joeri.damme@kpn.com>
This commit is contained in:
parent
331b73801f
commit
0adc210956
@ -68,7 +68,7 @@ Here are its properties:
|
||||
| id | string | Id of the plugin from the `package.json` |
|
||||
| initializer | node | Refer to the [Initializer documentation](#initializer) |
|
||||
| injectedComponents | array | Refer to the [Injected Component documentation](#injected-components) |
|
||||
| isReady | boolean | The app will load until this proprety is true |
|
||||
| isReady | boolean | The app will load until this property is true |
|
||||
| mainComponent | node | The plugin's App container, |
|
||||
| menu | object | Define where the link of your plugin will be set. Without this your plugin will not display a link in the left menu |
|
||||
| name | string | The plugin's name retrieved from the package.json |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user