Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
pleroma
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
407
Issues
407
List
Boards
Labels
Service Desk
Milestones
Merge Requests
59
Merge Requests
59
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Pleroma
pleroma
Commits
6d6e43fd
Commit
6d6e43fd
authored
Aug 25, 2020
by
lain
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Description: Update description.
parent
c1d51944
Pipeline
#30111
passed with stages
in 15 minutes and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
5 deletions
+20
-5
config/description.exs
config/description.exs
+20
-5
No files found.
config/description.exs
View file @
6d6e43fd
...
...
@@ -12,20 +12,35 @@
compress:
false
]
frontend_options
=
[
installed_
frontend_options
=
[
%{
key:
"name"
,
label:
"Name"
,
type:
:string
,
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"
,
label:
"Reference"
,
type:
:string
,
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"
,
...
...
@@ -3587,13 +3602,13 @@
key:
:primary
,
type:
:map
,
description:
"Primary frontend, the one that is served for all pages by default"
,
children:
frontend_options
children:
installed_
frontend_options
},
%{
key:
:admin
,
type:
:map
,
description:
"Admin frontend"
,
children:
frontend_options
children:
installed_
frontend_options
},
%{
key:
:available
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment