Skip to content
1 change: 1 addition & 0 deletions administrator/language/en-GB/joomla.ini
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ JFIELD_ALIAS_LABEL="Alias"
JFIELD_ALIAS_PLACEHOLDER="Auto-generate from title"
JFIELD_ALT_COMPONENT_LAYOUT_DESC="Use a layout from the supplied component view or overrides in the templates."
JFIELD_ALT_LAYOUT_LABEL="Layout"
; Deprecated, will be removed with 5.0
JFIELD_ALT_MODULE_LAYOUT_DESC="Use a layout from the supplied module or overrides in the templates."
JFIELD_ALT_PAGE_TITLE_DESC="An optional alternative page title to set that will change the TITLE tag in the HTML output."
JFIELD_ALT_PAGE_TITLE_LABEL="Alternative Page Title"
Expand Down
24 changes: 12 additions & 12 deletions administrator/modules/mod_loginsupport/mod_loginsupport.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,18 +55,6 @@
class="form-select"
/>

<field
name="automatic_title"
type="radio"
label="COM_MODULES_FIELD_AUTOMATIC_TITLE_LABEL"
layout="joomla.form.field.radio.switcher"
default="1"
filter="integer"
>
<option value="0">JNO</option>
<option value="1">JYES</option>
</field>

<field
name="moduleclass_sfx"
type="textarea"
Expand All @@ -75,6 +63,18 @@
validate="CssIdentifier"
/>

<field
name="automatic_title"
type="radio"
label="COM_MODULES_FIELD_AUTOMATIC_TITLE_LABEL"
layout="joomla.form.field.radio.switcher"
default="1"
filter="integer"
>
<option value="0">JNO</option>
<option value="1">JYES</option>
</field>

<field
name="cache"
type="list"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
name="layout"
type="modulelayout"
label="JFIELD_ALT_LAYOUT_LABEL"
description="JFIELD_ALT_MODULE_LAYOUT_DESC"
class="form-select"
validate="moduleLayout"
/>
Expand Down
1 change: 0 additions & 1 deletion administrator/modules/mod_sampledata/mod_sampledata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
name="layout"
type="modulelayout"
label="JFIELD_ALT_LAYOUT_LABEL"
description="JFIELD_ALT_MODULE_LAYOUT_DESC"
class="form-select"
validate="moduleLayout"
/>
Expand Down
Loading