Revert "[ADF-3911] Converted GIF image URLs to absolute" (#4164)

* Revert "[ADF-3745] Reviewed new Group cloud component docs (#4160)"

This reverts commit 0d8beb195a.

* Revert "add missing property to NavBarLinkRef interface"

This reverts commit e3648dea5f.

* Revert "[ADF-3911] Converted GIF image URLs to absolute (#4159)"

This reverts commit c8303f3479.
This commit is contained in:
Andy Stark
2019-01-15 12:49:11 +00:00
committed by Eugenio Romano
parent 0d8beb195a
commit 9dfac14931
12 changed files with 62 additions and 62 deletions
+7 -7
View File
@@ -164,7 +164,7 @@ For more details please refer to:
Basic content metadata can now be displayed and edited with the new ContentMetadata component. At the moment, only the basic properties are supported, such as title, description, author, etc. As an example it can be injected into the revamped viewer in the sidebar layout.
![content metadata](https://github.com/Alfresco/alfresco-ng2-components/blob/development/docs/release-notes/images/metadata.gif)
![content metadata](images/metadata.gif)
<adf-content-metadata-card [node]="aMinimalNodeEntryEntity"></adf-content-metadata-card>
@@ -172,7 +172,7 @@ Basic content metadata can now be displayed and edited with the new ContentMetad
You can now see and restore previous versions of a file node. This component can also be used in a dialog or in a sidebar layout. Being the first prototype, there are some restrictions applied on this component - check the documentation for details.
![file versions](https://github.com/Alfresco/alfresco-ng2-components/blob/development/docs/release-notes/images/versioning.gif)
![file versions](images/versioning.gif)
<adf-version-manager [node]="aMinimalNodeEntryEntity"></adf-version-manager>
@@ -188,7 +188,7 @@ The adf-search-control provides you with a standard input search with an pre-sty
For example :
![Search Bar Autocomplete](https://github.com/Alfresco/alfresco-ng2-components/blob/development/docs/release-notes/images/GifSearchBar.gif)
![Search Bar Autocomplete](images/GifSearchBar.gif)
The adf-search component offers a simple way to customize your search results:
@@ -214,7 +214,7 @@ You can also associate to your own input/textarea with the search results via th
This allows you to fetch the search result typed from the input/textarea element associated with the adf-search component:
![Custo Input with custom search templates](https://github.com/Alfresco/alfresco-ng2-components/blob/development/docs/release-notes/images/RandoInputWithCustomResult.gif)
![Custo Input with custom search templates](images/RandoInputWithCustomResult.gif)
For more details please refer to:
@@ -233,7 +233,7 @@ For more details please refer to [Upload button documentation](../content-servic
All the ADF MIME type icons are now registered into the MatIconRegistry. This improvement allows you to use all the icons through the mat-icon tag:
![](https://github.com/Alfresco/alfresco-ng2-components/blob/development/docs/release-notes/images/Untitled.gif)
![](images/Untitled.gif)
<mat-icon svgIcon="video/mp4"></mat-icon>
@@ -265,7 +265,7 @@ The NodeFavoriteDirective instance can be bound to a button to retrieve and mana
</mat-icon>
</button>
![](https://github.com/Alfresco/alfresco-ng2-components/blob/development/docs/release-notes/images/favorite.gif)
![](images/favorite.gif)
### 11. Delete multiple nodes directive
@@ -325,7 +325,7 @@ For more information please refer to [host component documentation.](../core/hos
We have added all the [process service](../process-services/process.service.md) related models, class methods and type in the type definition file of the alfresco-js-api to help you with the autocomplete of your IDE.
![](https://github.com/Alfresco/alfresco-ng2-components/blob/development/docs/release-notes/images/type+definition.gif)
![](images/type+definition.gif)
### 15. Redirect to original path upon successful login