diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2010-09-13 09:20:03 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2010-09-13 09:20:03 +0200 |
commit | 7621d5ef5b43eff237fc6bad0fe03c89be5ea2eb (patch) | |
tree | 1800daad0dca9b9762289ef1a651716bbe6932d1 /ikiwiki.setup | |
parent | ab4ce0b483bc4ebd6abd03be7cd2f942ff2ffc26 (diff) | |
download | web-7621d5ef5b43eff237fc6bad0fe03c89be5ea2eb.tar.gz web-7621d5ef5b43eff237fc6bad0fe03c89be5ea2eb.tar.bz2 web-7621d5ef5b43eff237fc6bad0fe03c89be5ea2eb.zip |
.library/IkiWiki/Plugin/field.pm (field_set_template_values): Don't redefine if the field already has a value.
Diffstat (limited to 'ikiwiki.setup')
-rw-r--r-- | ikiwiki.setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup index 2a6e6540..4c61028f 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -339,7 +339,7 @@ IkiWiki::Setup::Standard->import({ # field plugin # simple registration of fields by plugin - field_register => {meta => 'last'}, + #field_register => {meta => 'last'}, # allow config settings to be queried #field_allow_config => 0, # fields flagged as tag-fields |