- Added an option for hosters to limit the number of assets that may be
created on a WebGUI site. fixed some bugs
This commit is contained in:
parent
9b7d160a7a
commit
5a7fedc731
6 changed files with 33 additions and 6 deletions
|
|
@ -147,6 +147,13 @@
|
|||
"htm" : "/bin/cat"
|
||||
},
|
||||
|
||||
# Enter the maximum number of assets that should be allowed to
|
||||
# be created on this site. Keep in mind that a base install of
|
||||
# WebGUI has around 300 assets. Enter zero (0) if you want to
|
||||
# allow an unlimited number.
|
||||
|
||||
"maximumAssets" : 0,
|
||||
|
||||
# Specify a the list of assets you want to appear in your
|
||||
# Add Content menus.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue