Skip to content

Commit

Permalink
Fix admin config
Browse files Browse the repository at this point in the history
  • Loading branch information
wutali committed Aug 15, 2020
1 parent f1a46f4 commit c2a6bae
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions public/admin/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,26 @@ collections:
name: "base_url"
widget: "string"
hint: "Do not enter the trailing slash of the URL"
- label: "Global title"
- label: "Site title"
name: "site_title"
widget: "string"
- label: "Global description"
- label: "Site description"
name: "site_description"
widget: "string"
- label: "Global keywords"
- label: "Site keywords"
name: "site_keywords"
widget: "list"
summary: "{{fields.keyword}}"
field:
label: Keyword
name: keyword
widget: "string"
- label: "Twitter account"
name: "twitter_account"
widget: "string"
- label: "GitHub account"
name: "github_account"
widget: "string"

- name: "meta"
label: "Meta"
Expand Down

0 comments on commit c2a6bae

Please sign in to comment.