@keepeek/keepicker-react 1.1.0 → 1.4.0

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
@@ -104,14 +104,15 @@ Drupal.behaviors.addKeepickerWebComponentMarkup = {
104
104
 
105
105
  ## List of attributes
106
106
 
107
- | Name | Madatory | Type | Default value | Description |
108
- | ------------------ | -------- | ------ | ------------- | ------------------ |
109
- | keycloak-url | yes | String | | Keycloak URL |
110
- | keycloak-realm | yes | String | | Keycloak Realm |
111
- | keycloak-client-id | yes | String | | Keycloak Client ID |
112
- | api-endpoint | yes | String | | API Endpoint |
113
- | data-locale | no | String | FR | Data locale |
114
- | ui-locale | no | String | FR | Interface locale |
107
+ | Name | Madatory | Type | Default value | Description |
108
+ | ------------------ | -------- | ------ | ------------------------------- | ------------------------------------ |
109
+ | api-endpoint | yes | String | | API Endpoint |
110
+ | keycloak-url | no | String | Configuration from API endpoint | Keycloak URL |
111
+ | keycloak-realm | no | String | Configuration from API endpoint | Keycloak Realm |
112
+ | keycloak-client-id | no | String | Default Keepicker Client ID | Keycloak Client ID |
113
+ | keycloak-idp | no | String | | Keycloak IDP name for SSO connection |
114
+ | data-locale | no | String | FR | Data locale |
115
+ | ui-locale | no | String | FR | Interface locale |
115
116
 
116
117
  ## List of events
117
118