forked from AkkomaGang/akkoma
Description: Update description.
This commit is contained in:
parent
c1d51944c7
commit
6d6e43fd09
1 changed files with 20 additions and 5 deletions
|
@ -12,20 +12,35 @@
|
||||||
compress: false
|
compress: false
|
||||||
]
|
]
|
||||||
|
|
||||||
frontend_options = [
|
installed_frontend_options = [
|
||||||
%{
|
%{
|
||||||
key: "name",
|
key: "name",
|
||||||
label: "Name",
|
label: "Name",
|
||||||
type: :string,
|
type: :string,
|
||||||
description:
|
description:
|
||||||
"Name of the frontend. Valid config must include both `Name` and `Reference` values."
|
"Name of the installed frontend. Valid config must include both `Name` and `Reference` values."
|
||||||
},
|
},
|
||||||
%{
|
%{
|
||||||
key: "ref",
|
key: "ref",
|
||||||
label: "Reference",
|
label: "Reference",
|
||||||
type: :string,
|
type: :string,
|
||||||
description:
|
description:
|
||||||
"Reference of the frontend to be used. Valid config must include both `Name` and `Reference` values."
|
"Reference of the installed frontend to be used. Valid config must include both `Name` and `Reference` values."
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
||||||
|
frontend_options = [
|
||||||
|
%{
|
||||||
|
key: "name",
|
||||||
|
label: "Name",
|
||||||
|
type: :string,
|
||||||
|
description: "Name of the frontend."
|
||||||
|
},
|
||||||
|
%{
|
||||||
|
key: "ref",
|
||||||
|
label: "Reference",
|
||||||
|
type: :string,
|
||||||
|
description: "Reference of the frontend to be used."
|
||||||
},
|
},
|
||||||
%{
|
%{
|
||||||
key: "git",
|
key: "git",
|
||||||
|
@ -3587,13 +3602,13 @@
|
||||||
key: :primary,
|
key: :primary,
|
||||||
type: :map,
|
type: :map,
|
||||||
description: "Primary frontend, the one that is served for all pages by default",
|
description: "Primary frontend, the one that is served for all pages by default",
|
||||||
children: frontend_options
|
children: installed_frontend_options
|
||||||
},
|
},
|
||||||
%{
|
%{
|
||||||
key: :admin,
|
key: :admin,
|
||||||
type: :map,
|
type: :map,
|
||||||
description: "Admin frontend",
|
description: "Admin frontend",
|
||||||
children: frontend_options
|
children: installed_frontend_options
|
||||||
},
|
},
|
||||||
%{
|
%{
|
||||||
key: :available,
|
key: :available,
|
||||||
|
|
Loading…
Reference in a new issue