word edit: hashes for all column definitions
authorMischa POSLAWSKY <perl@shiar.org>
Sun, 7 Jun 2020 12:18:44 +0000 (14:18 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Tue, 20 Oct 2020 20:49:11 +0000 (22:49 +0200)
Silence warnings during subcolumn handling.

writer.plp

index ba81e8a4d4ee42e1841ae2e0d56d67aa4a379b71..76c00b1fecf0e38daf9edeba50ead06f09c675fd 100644 (file)
@@ -126,11 +126,11 @@ my %wordcol = (
        ],
        cover   => {-label => 'Highlighted', type => 'checkbox'},
        grade   => {-label => 'Order', type => 'number'},
-       form    => 'Title',
-       alt     => 'Synonyms',
-       wptitle => 'Wikipedia',
-       source  => 'Image',
-       thumb   => 'Convert options',
+       form    => {-label => 'Title'},
+       alt     => {-label => 'Synonyms'},
+       wptitle => {-label => 'Wikipedia'},
+       source  => {-label => 'Image'},
+       thumb   => {-label => 'Convert options'},
 );
 my ($find) = map {{id => $_}} $fields{id} || $Request || ();