forked from AkkomaGang/akkoma
Descriptions: Update with admin frontend info
This commit is contained in:
parent
dc36d6e9d2
commit
d249f91b3f
1 changed files with 17 additions and 0 deletions
|
@ -3517,6 +3517,23 @@
|
|||
description: "reference of the installed primary frontend to be used"
|
||||
}
|
||||
]
|
||||
},
|
||||
%{
|
||||
key: :admin,
|
||||
type: :map,
|
||||
description: "Admin frontend",
|
||||
children: [
|
||||
%{
|
||||
key: "name",
|
||||
type: :string,
|
||||
description: "Name of the installed Admin frontend"
|
||||
},
|
||||
%{
|
||||
key: "ref",
|
||||
type: :string,
|
||||
description: "reference of the installed Admin frontend to be used"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue