mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
setting component (#2571)
This commit is contained in:
27
docs/host-settings.component.md
Normal file
27
docs/host-settings.component.md
Normal file
@@ -0,0 +1,27 @@
|
||||
# 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 |
|
||||
|
Reference in New Issue
Block a user