From 6a96576296e81ec0fcb76526457dbc2e626917f7 Mon Sep 17 00:00:00 2001 From: Stan Silvert Date: Wed, 20 May 2020 14:35:57 -0400 Subject: [PATCH] KEYCLOAK-14267: Update readme for New Account Console --- .../theme/keycloak-preview/account/resources/README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/themes/src/main/resources/theme/keycloak-preview/account/resources/README.md b/themes/src/main/resources/theme/keycloak-preview/account/resources/README.md index 9a947e4698..8728907776 100644 --- a/themes/src/main/resources/theme/keycloak-preview/account/resources/README.md +++ b/themes/src/main/resources/theme/keycloak-preview/account/resources/README.md @@ -51,14 +51,6 @@ Log in to the admin console. Go to Realm Settings --> Themes. Then set account Now when you go to account management you should see the new React/PF4 version. -Errors Using PatternFly 4 Components --------- -If you start using a new PatternFly 4 component or icon and the component is not found, it is probably because it is not activated in `systemjs.config.js`. To avoid downloading unused components and icons, we declare them as @empty in the config file. - -So to fix the problem, edit `system.config.js` and follow the instructions in the file for components and icons. - -Note that you will also need to fix this problem for any components and icons used by the parent component. Unfortunately, this may require looking at the source code for patternfly-react. See https://github.com/patternfly/patternfly-react/tree/master/packages/patternfly-4/react-core/src/components - Running tests ------------- 1. Build New Account Console as stated in the "Building" chapter above