Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
C
cmscenter
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
吕祺
cmscenter
Commits
1a51e4ae
Commit
1a51e4ae
authored
Jul 15, 2021
by
吕祺
⛹🏽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
2882aab5
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
3 deletions
+19
-3
config.yml
static/admin/config.yml
+19
-3
No files found.
static/admin/config.yml
View file @
1a51e4ae
backend
:
#
name: test-repo
name
:
gitlab
name
:
test-repo
#
name: gitlab
branch
:
master
repo
:
lq/cmscenter
auth_type
:
implicit
...
...
@@ -25,3 +25,19 @@ collections:
-
{
label
:
"
Abstract"
,
name
:
"
abstract"
,
widget
:
"
text"
}
-
{
label
:
"
content"
,
name
:
"
content"
,
widget
:
"
markdown"
}
-
{
label
:
"
coverpic"
,
name
:
"
coverpic"
,
widget
:
"
image"
}
-
name
:
"
Frontpage"
label
:
"
frontpage"
sortable_fields
:
[
'
type'
,
'
title'
,
'
createDate'
,
'
highLight'
,
'
source'
]
create
:
true
identifier_field
:
name
folder
:
"
content/news"
summary
:
"
{{title}}
{{createDate}}"
fields
:
-
{
label
:
"
Title"
,
name
:
"
title"
,
widget
:
"
string"
}
-
{
label
:
"
type"
,
name
:
"
type"
,
widget
:
"
string"
,
required
:
false
}
-
{
label
:
"
createDate"
,
name
:
"
createDate"
,
widget
:
"
datetime"
}
-
{
label
:
"
Abstract"
,
name
:
"
abstract"
,
widget
:
"
text"
}
-
{
label
:
"
content"
,
name
:
"
content"
,
widget
:
"
markdown"
}
-
{
label
:
"
coverpic"
,
name
:
"
coverpic"
,
widget
:
"
image"
}
-
{
label
:
"
articleurl"
,
name
:
"
articleurl"
,
widget
:
"
relation"
,
collection
:
"
News"
,
value_field
:
"
title"
,
search_fields
:
[
"
title"
],
multiple
:
true
}
\ No newline at end of file
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