mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
ADF-4201 About Component - added input params (#4435)
* ADF-4201 about-component added imput params * ADF-4201 updated docs
This commit is contained in:
committed by
Eugenio Romano
parent
3e29c7cd9d
commit
aa3464a7d9
@@ -10,10 +10,27 @@ Last reviewed: 2018-11-14
|
||||
Shows a general version and status overview of the installed ADF library.
|
||||
|
||||
## Basic Usage
|
||||
|
||||
With default input values
|
||||
```html
|
||||
<adf-about></adf-about>
|
||||
```
|
||||
With custom input values:
|
||||
|
||||
```html
|
||||
<adf-about
|
||||
githubUrlCommitAlpha="https://githubcom/Alfresco/alfresco-ng2-components/commits/"
|
||||
showExtensions="false"
|
||||
regexp="^(@alfresco)"
|
||||
></adf-about>
|
||||
```
|
||||
|
||||
### Properties
|
||||
|
||||
| Name | Type | Default value | Description |
|
||||
| ---- | ---- | ------------- | ----------- |
|
||||
| githubUrlCommitAlpha | `string` | https://githubcom/Alfresco/alfresco-ng2-components/commits/ | Version of ADF to be used |
|
||||
| showExtensions | `boolean` | true | Parameter for hide or show extensions block |
|
||||
| regexp | `string` | ^(@alfresco) | Regular expression for filtering dependencies packages |
|
||||
|
||||
## Details
|
||||
|
||||
|
Reference in New Issue
Block a user