Skip to content

Commit

Permalink
Fix config
Browse files Browse the repository at this point in the history
Since Craft doesn't put things in an app folder we accidentally got two
config folders when pulling the latest upstream changes
  • Loading branch information
brianjhanson committed Apr 1, 2022
1 parent 06e1f0b commit edd2726
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 92 deletions.
3 changes: 0 additions & 3 deletions app/config/general.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,4 @@

// Whether crawlers should be allowed to index pages and following links
'disallowRobots' => !$isProd,

// Dont allow more than 25 revisions otherwise DB gets huge
'maxRevisions' => 25,
];
1 change: 1 addition & 0 deletions app/config/license.key
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
temp
9 changes: 7 additions & 2 deletions app/config/redactor/Default.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,14 @@
"italic",
"unorderedlist",
"orderedlist",
"link"
"link",
"image",
"video"
],
"plugins": [
"fullscreen",
"video"
],
"plugins": [],
"linkNewTab": true,
"toolbarFixed": true
}
7 changes: 0 additions & 7 deletions app/config/redactor/Simple.json

This file was deleted.

13 changes: 0 additions & 13 deletions app/config/redactor/Standard.json

This file was deleted.

37 changes: 0 additions & 37 deletions config/general.php

This file was deleted.

11 changes: 0 additions & 11 deletions config/htmlpurifier/Default.json

This file was deleted.

19 changes: 0 additions & 19 deletions config/redactor/Default.json

This file was deleted.

0 comments on commit edd2726

Please sign in to comment.