Skip to content

Commit

Permalink
Updated config settings docs
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed May 17, 2019
1 parent a2e22b5 commit cb0ddef
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/config/config-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -1243,6 +1243,28 @@ locked.



### `maxRevisions`

Allowed types

: [integer](http://php.net/language.types.integer), [null](http://php.net/language.types.null)

Default value

: `50`

Defined by

: [GeneralConfig::$maxRevisions](api:craft\config\GeneralConfig::$maxRevisions)



The maximum number of revisions that should be stored for each element.

Set to `0` if you want to store an unlimited number of revisions.



### `maxSlugIncrement`

Allowed types
Expand Down

0 comments on commit cb0ddef

Please # to comment.