Skip to content

Commit

Permalink
xml
Browse files Browse the repository at this point in the history
  • Loading branch information
brianteeman committed Jul 4, 2020
1 parent 383845f commit 0a7ea69
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions plugins/media-action/resize/resize.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</languages>
<config>
<fields name="params">
<fieldset
<fieldset
name="batch"
label="PLG_MEDIA-ACTION_RESIZE_BATCH_LABEL"
description="PLG_MEDIA-ACTION_RESIZE_BATCH_DESC"
Expand All @@ -29,15 +29,13 @@
name="batch_width"
type="text"
label="PLG_MEDIA-ACTION_RESIZE_BATCH_MAX_WIDTH_LABEL"
descripton="PLG_MEDIA-ACTION_RESIZE_BATCH_MAX_WIDTH_DESC"
addonAfter="px"
filter="integer"
/>
<field
name="batch_height"
type="text"
label="PLG_MEDIA-ACTION_RESIZE_BATCH_MAX_HEIGHT_LABEL"
descripton="PLG_MEDIA-ACTION_RESIZE_BATCH_MAX_HEIGHT_DESC"
addonAfter="px"
filter="integer"
/>
Expand Down

0 comments on commit 0a7ea69

Please sign in to comment.