File tree Expand file tree Collapse file tree 2 files changed +27
-27
lines changed Expand file tree Collapse file tree 2 files changed +27
-27
lines changed Original file line number Diff line number Diff line change @@ -560,13 +560,13 @@ and custom UI added to `custom.*`
560
560
561
561
``` files
562
562
/wwwroot/modules/ui
563
- /docs
564
- *.mjs
565
- /components
566
- *.mjs
567
- custom.js
568
- custom.css
569
- custom.html
563
+ /docs
564
+ *.mjs
565
+ /components
566
+ *.mjs
567
+ custom.js
568
+ custom.css
569
+ custom.html
570
570
```
571
571
572
572
The ` custom.html ` and ` custom.js ` allows for further customization by including custom scripts and HTML fragments at the bottom of
Original file line number Diff line number Diff line change @@ -89,11 +89,11 @@ a locally modified copy from
89
89
90
90
``` files
91
91
/wwwroot/modules/locode
92
- /components
93
- *.mjs
94
- custom.js
95
- custom.css
96
- custom.html
92
+ /components
93
+ *.mjs
94
+ custom.js
95
+ custom.css
96
+ custom.html
97
97
```
98
98
99
99
### /ui
@@ -106,13 +106,13 @@ and custom UI added to `custom.*`
106
106
107
107
``` files
108
108
/wwwroot/modules/ui
109
- /docs
110
- *.mjs
111
- /components
112
- *.mjs
113
- custom.js
114
- custom.css
115
- custom.html
109
+ /docs
110
+ *.mjs
111
+ /components
112
+ *.mjs
113
+ custom.js
114
+ custom.css
115
+ custom.html
116
116
```
117
117
118
118
### /admin-ui
@@ -123,11 +123,11 @@ or adding custom UI to `custom.*`
123
123
124
124
``` files
125
125
/wwwroot/modules/admin-ui
126
- /components
127
- *.mjs
128
- custom.js
129
- custom.css
130
- custom.html
126
+ /components
127
+ *.mjs
128
+ custom.js
129
+ custom.css
130
+ custom.html
131
131
```
132
132
133
133
### /shared
@@ -139,9 +139,9 @@ the `custom-*.html` placeholders below:
139
139
140
140
``` files
141
141
/wwwroot/modules/shared
142
- custom-head.html
143
- custom-body.html
144
- custom-end.html
142
+ custom-head.html
143
+ custom-body.html
144
+ custom-end.html
145
145
```
146
146
147
147
### Custom App Example
You can’t perform that action at this time.
0 commit comments