Skip to content

Commit

Permalink
Move module style field to bottom so it's next to the chrome parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Hunziker committed Oct 24, 2021
1 parent 1a36e34 commit d4fe362
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions administrator/components/com_modules/forms/advanced.xml
Expand Up @@ -4,12 +4,6 @@
<fieldset
name="advanced">

<field
name="style"
type="chromestyle"
label="COM_MODULES_FIELD_MODULE_STYLE_LABEL"
/>

<field
name="module_tag"
type="moduletag"
Expand Down Expand Up @@ -42,6 +36,12 @@
rows="3"
validate="CssIdentifier"
/>

<field
name="style"
type="chromestyle"
label="COM_MODULES_FIELD_MODULE_STYLE_LABEL"
/>
</fieldset>
</fields>
</form>

0 comments on commit d4fe362

Please sign in to comment.