invert show default properties (#1858)

* invert show default properties

* fix test
This commit is contained in:
Eugenio Romano
2017-05-05 09:28:07 +02:00
committed by Eugenio Romano
parent fc728676c0
commit b5ebe5bc47
5 changed files with 28 additions and 13 deletions

View File

@@ -166,8 +166,8 @@ platformBrowserDynamic().bootstrapModule(AppModule);
| `logoImageUrl` | string | Alfresco logo image | To change the logo image with a customised image |
| `backgroundImageUrl` | string | Alfresco background image | To change the background image with a customised image |
| `fieldsValidation` | { [key: string]: any; }, extra?: { [key: string]: any; } | | Use it to customise the validation rules of the login form |
| `showRememberMe` | boolean | false | Toggle `Remember me` checkbox visibility |
| `showLoginActions` | boolean | false | Toggle extra actions visibility (`Need Help`, `Register`, etc.) |
| `showRememberMe` | boolean | true | Toggle `Remember me` checkbox visibility |
| `showLoginActions` | boolean | true | Toggle extra actions visibility (`Need Help`, `Register`, etc.) |
#### Events