Skip to content

Commit

Permalink
Update scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmerfield committed Nov 22, 2024
1 parent 345cf75 commit 80a66b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/models/blog/defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ module.exports = {
},
dateFormat: "M/D/YYYY",
forceSSL: true,
redirectToSourceFile: true,
redirectSubdomain: true,
plugins: defaultPlugins,
cacheID: 0,
Expand Down
1 change: 1 addition & 0 deletions app/models/blog/scheme.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ var DECLARATION = {
template: ["string", true, false],
domain: ["string", true, true],
forceSSL: ["boolean", true, false],
redirectToSourceFile: ["boolean", true, false],
redirectSubdomain: ["boolean", true, false],
isDisabled: ["boolean", true, false],
timeZone: ["string", true, true],
Expand Down

0 comments on commit 80a66b9

Please sign in to comment.