KEYCLOAK-14267: Update readme for New Account Console

This commit is contained in:
Stan Silvert 2020-05-20 14:35:57 -04:00
parent 3382682115
commit 6a96576296

View file

@ -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