add plugin id format warning on frontend framework
Signed-off-by: Juan Pablo Garcia Ripa <sarabadu@gmail.com>
This commit is contained in:
@@ -11,10 +11,10 @@ As a rule, all names should be camel case, with the exceptions of plugin and mod
|
||||
|
||||
### Plugins
|
||||
|
||||
| Description | Pattern | Examples | Notes |
|
||||
| ----------- | ----------------- | ------------------------------------- | -------------------------------------------------- |
|
||||
| export | `<camelId>Plugin` | `catalogPlugin`, `userSettingsPlugin` | |
|
||||
| ID | `'<kebab-id>'` | `'catalog'`, `'user-settings'` | letters, digits,and dashes, starting with a letter |
|
||||
| Description | Pattern | Examples | Notes |
|
||||
| ----------- | ----------------- | ------------------------------------- | --------------------------------------------------- |
|
||||
| export | `<camelId>Plugin` | `catalogPlugin`, `userSettingsPlugin` | |
|
||||
| ID | `'<kebab-id>'` | `'catalog'`, `'user-settings'` | letters, digits, and dashes, starting with a letter |
|
||||
|
||||
Example:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user