Merge branch 'fix/readme-typo' into 'master'

Readme typo

See merge request pleroma/admin-fe!44
This commit is contained in:
Maxim Filippov 2019-09-14 22:26:00 +00:00
commit 795800e974
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ To compile everything for production run `yarn build:prod`.
#### Disabling features
You can disable certain AdminFE features, like reports or settings by modifying `config/prod.env.js` env variable `DISABLED_FEATURES`, e.g. if you want to compile AdminFE without "Setting" you'll need to set it to: `DISABLED_FEATURES: '["settings"]'`.
You can disable certain AdminFE features, like reports or settings by modifying `config/prod.env.js` env variable `DISABLED_FEATURES`, e.g. if you want to compile AdminFE without "Settings" you'll need to set it to: `DISABLED_FEATURES: '["settings"]'`.
## Changelog