Skip to content

Commit

Permalink
Fix bug in setting page
Browse files Browse the repository at this point in the history
  • Loading branch information
madnh committed Nov 8, 2016
1 parent 5b7d83a commit ff778a5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions models/settings/fields.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ fields:
enable:
label: Enable
span: auto
default: '1'
default: 1
type: switch
comment: 'Enable Disqus or not?'
sub_domain:
Expand All @@ -15,14 +15,14 @@ fields:
noscript_content:
label: 'Message when JS is turn off'
oc.commentPosition: ''
size: huge
size: large
language: html
span: left
span: full
type: codeeditor
disabled_content:
label: 'Disabled content'
oc.commentPosition: ''
size: huge
language: php
span: right
language: html
span: full
type: codeeditor

0 comments on commit ff778a5

Please sign in to comment.