mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
28 lines
650 B
Markdown
28 lines
650 B
Markdown
# Host settings component
|
|
|
|
This component is a form that allow you to validate and set the url of your content service and process service saving
|
|
it in the user local storage
|
|
|
|

|
|
|
|
## Basic Usage
|
|
|
|
```html
|
|
<adf-host-settings>
|
|
</adf-breadcrumb>
|
|
```
|
|
|
|
### Properties
|
|
|
|
| Name | Type | Default Value | Description |
|
|
| --- | --- | --- | --- |
|
|
| providers | string | ALL | Possible valid values are ECM, BPM or ALL. It indicate which URL configurations show |
|
|
|
|
|
|
### Events
|
|
|
|
| Name | Returned Type | Description |
|
|
| --- | --- | --- |
|
|
| error | string | emitted when the url inserted is wrong |
|
|
|