@keepeek/keepicker-react 1.6.0-beta.30 → 1.6.0-beta.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -264,13 +264,13 @@ Drupal.behaviors.addKeepickerWebComponentMarkup = {
264
264
 
265
265
  ## List of attributes
266
266
 
267
- | Name | Mandatory | Type | Default value | Description |
268
- | ------------------ | --------- | ------ | --------------------------- | -------------------------------- |
269
- | api-endpoint | yes | String | | API Endpoint |
270
- | keycloak-client-id | no | String | Default Keepicker Client ID | Keycloak Client ID |
271
- | keycloak-idp | no | String | FR | Keycloak IDP to add a SSO button |
272
- | data-locale | no | String | FR | Data locale |
273
- | ui-locale | no | String | FR | Interface locale |
267
+ | Name | Mandatory | Type | Default value | Description |
268
+ | ------------------ |-----------| ------ | --------------------------- |---------------------------------------------------------------------------------------------------|
269
+ | api-endpoint | no | String | | API Endpoint<br/>If not provided, the user will need to enter the Keepeek instance URL to connect |
270
+ | keycloak-client-id | no | String | Default Keepicker Client ID | Keycloak Client ID |
271
+ | keycloak-idp | no | String | FR | Keycloak IDP to add a SSO button |
272
+ | data-locale | no | String | FR | Data locale |
273
+ | ui-locale | no | String | FR | Interface locale |
274
274
 
275
275
  ## List of events
276
276