fixed redirect bugs in file, image, and zip archive
added cache control headers to style added cache control headers to snippet added server side caching to snippet
This commit is contained in:
parent
404749e32b
commit
da9c26d72c
7 changed files with 45 additions and 4 deletions
|
|
@ -6,6 +6,11 @@ our $HELP = {
|
|||
title => 'snippet add/edit title',
|
||||
body => 'snippet add/edit body',
|
||||
fields => [
|
||||
{
|
||||
title => 'cache timeout',
|
||||
namespace => 'Asset_File',
|
||||
description => 'cache timeout help'
|
||||
},
|
||||
{
|
||||
title => 'assetName',
|
||||
description => 'snippet description',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue