Fix README.md default settings not having some commas
parent
dc51405ee1
commit
6748253759
|
@ -261,9 +261,9 @@ In the example below you can see how, and also what the default settings are.
|
||||||
importOnBootstrap: false,
|
importOnBootstrap: false,
|
||||||
include: [
|
include: [
|
||||||
"core-store",
|
"core-store",
|
||||||
"user-role"
|
"user-role",
|
||||||
"admin-role"
|
"admin-role",
|
||||||
"i18n-locale"
|
"i18n-locale",
|
||||||
],
|
],
|
||||||
exclude: [
|
exclude: [
|
||||||
"core-store.plugin_users-permissions_grant"
|
"core-store.plugin_users-permissions_grant"
|
||||||
|
|
Loading…
Reference in New Issue