admin/custom: added userPanelAfterInfo
Massimo Melina committed
Jun 6, 2024 at 09:42 UTC
f77a7f1d0db3b3eaf9f1d098d9ebb8843dab2ab8
1 file changed
+1
-1
src/customHtml.ts
+1
-1
@@ -9,7 +9,7 @@ import _ from 'lodash'
9
const FILE = 'custom.html'
10
11
export const customHtmlSections: ReadonlyArray<string> = ['style', 'beforeHeader', 'afterHeader', 'afterMenuBar', 'afterList',
12
- 'top', 'bottom', 'afterEntryName', 'beforeLogin', 'unauthorized', 'htmlHead']
12
+ 'top', 'bottom', 'afterEntryName', 'beforeLogin', 'unauthorized', 'htmlHead', 'userPanelAfterInfo']
13
14
export const customHtmlState = proxy({
15
sections: watchLoadCustomHtml().state