Skip to content

Commit c59f501

Browse files
Apply suggestions from code review
Co-authored-by: Pascal Röhling <[email protected]>
1 parent 201fe25 commit c59f501

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/core/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The mapConfiguration allows controlling many client instance details.
7474
| layerConf | LayerConf | Layer configuration as required by masterportalAPI. |
7575
| language | enum["de", "en"] | Initial language. |
7676
| <...masterportalAPI.fields> | various | The object is also used to initialize the masterportalAPI. Please refer to their documentation for options. |
77-
| <plugin.fields> | various? | Fields for configuring plugins added with `addPlugin`. Refer to each plugin's documentation for specific fields and options. Global plugin parameters are described [below](../core/README.md#global-plugin-parameters). |
77+
| <plugin.fields> | various? | Fields for configuring plugins added with `addPlugins`. Refer to each plugin's documentation for specific fields and options. Global plugin parameters are described [below](../core/README.md#global-plugin-parameters). |
7878
| locales | LanguageOption[]? | All locales in POLAR's plugins can be overridden to fit your needs.|
7979
| vuetify | object? | You may add vuetify configuration here. |
8080
| extendedMasterportalapiMarkers | extendedMasterportalapiMarkers? | Optional. If set, all configured visible vector layers' features can be hovered and selected by mouseover and click respectively. They are available as features in the store. Layers with `clusterDistance` will be clustered to a multi-marker that supports the same features. Please mind that this only works properly if you configure nothing but point marker vector layers styled by the masterportalAPI. |
@@ -199,11 +199,12 @@ The `<...masterportalAPI.fields>` means that any masterportalAPI field may also
199199

200200
##### <plugin.fields>
201201

202-
Plugins in POLAR are modular components that extend the functionality of the map client. They can be added using the [addPlugin](../core/README.md#addPlugins) method and configured through the `mapConfiguration` object. Each plugin has its own set of fields and options that can be customized.
202+
Plugins in POLAR are modular components that extend the functionality of the map client. They can be added using the [addPlugins](../core/README.md#addPlugins) method and configured through the `mapConfiguration` object. Each plugin has its own set of fields and options that can be customized.
203203

204204
On how to configure a plugin, see the respective plugin. The configuration is given in the `mapConfiguration` object by the plugin's name as specified in its respective documentation.
205205

206206
###### Global Plugin Parameters
207+
207208
Most plugins honor this additional field.
208209

209210
| fieldName | type | description |

0 commit comments

Comments
 (0)