word/edit: hide manual crop coordinates input
[sheet.git] / word / edit.plp
index f41b0ab787a387c1f5fd33d904edc4bc08fa5c2a..e4428519f3c09afb06fb372ed211f0bd094fdd5f 100644 (file)
@@ -111,7 +111,7 @@ my %wordcol = (
        convert => {-label => 'Convert options', -json => 'image', -multiple => 1, -src => sub {
                return "data/word/32/$_[0]->{id}.jpg";
        }},
-       crop32  => {-label => 'Crop 3:2', -json => 'image'},
+       crop32  => {-json => 'image', type => 'hidden'}, # set by javascript interface
        story   => {-label => 'Story', type => 'textarea', hidden => 'hidden'},
 );