@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 +9 -8
- package/dist/index.js +2 -2
- package/dist/license.txt +15 -0
- package/package.json +22 -21
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
|
|
108
|
-
| ------------------ | -------- | ------ |
|
|
109
|
-
|
|
|
110
|
-
| keycloak-
|
|
111
|
-
| keycloak-
|
|
112
|
-
|
|
|
113
|
-
|
|
|
114
|
-
|
|
|
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
|
|