Give ZipArchives a default template. Fixes bug #11769.
This commit is contained in:
parent
a1b1eaff3c
commit
9fafa25bf5
2 changed files with 2 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ sub definition {
|
|||
label=>$i18n->get('template label'),
|
||||
namespace=>"ZipArchiveAsset",
|
||||
fieldType=>'template',
|
||||
defaultValue=>''
|
||||
defaultValue=>'ZipArchiveTMPL00000001',
|
||||
},
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue