File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
commands/createApp/templates Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ export const admin = new AdminForth({
13
13
rememberMeDays: 30,
14
14
loginBackgroundImage: 'https://images.unsplash.com/photo-1534239697798-120952b76f2b?q=80& w=3389& auto=format& fit=crop& ixlib=rb-4.0.3& ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D',
15
15
loginBackgroundPosition: '1/2',
16
- loginPromptHTML: "Use email <b >adminforth</b > and password <b >adminforth</b > to login",
17
16
},
18
17
customization: {
19
18
brandName: "{{ appName }} ",
@@ -23,6 +22,7 @@ export const admin = new AdminForth({
23
22
datesFormat: 'DD MMM',
24
23
timeFormat: 'HH:mm a',
25
24
showBrandNameInSidebar: true,
25
+ emptyFieldPlaceholder: '-',
26
26
styles: {
27
27
colors: {
28
28
light: {
Original file line number Diff line number Diff line change 20
20
"rollout-doc" : " cd documentation && npm run build && npm run deploy" ,
21
21
"docs" : " typedoc" ,
22
22
"--comment_postinstall" : " postinstall executed after package installed in other project package and when we do npm ci in the package" ,
23
- "postinstall" : " if test -d ./dist/spa/; then cd ./dist/spa/ && npm --version && npm ci && echo 'installed spa dependencies'; fi" ,
23
+ "postinstall" : " if test -d ./dist/spa/; then cd ./dist/spa/ && npm ci && echo 'installed spa dependencies'; fi" ,
24
24
"install-plugins" : " cd ../plugins && sh install-plugins.sh" ,
25
25
"install-adapters" : " cd ../adapters && sh install-adapters.sh"
26
26
},
You can’t perform that action at this time.
0 commit comments