fix default value for packed head tags. too dangerous to make default to on right now
This commit is contained in:
parent
af4db882b8
commit
28311c08d4
1 changed files with 1 additions and 1 deletions
|
|
@ -459,7 +459,7 @@ sub definition {
|
|||
hoverHelp => $i18n->get('usePackedHeadTags description'),
|
||||
uiLevel => 7,
|
||||
fieldType => 'yesNo',
|
||||
defaultValue => 1,
|
||||
defaultValue => 0,
|
||||
},
|
||||
isPackage=>{
|
||||
label=>$i18n->get("make package"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue