Skip to content

Commit 036d0a4

Browse files
committed
Move field
1 parent 498f6af commit 036d0a4

File tree

1 file changed

+13
-13
lines changed
  • administrator/components/com_content/tmpl/articles

1 file changed

+13
-13
lines changed

administrator/components/com_content/tmpl/articles/default.xml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,6 @@
2424
filter="integer"
2525
/>
2626

27-
<field
28-
name="filter_featured"
29-
type="list"
30-
label="JFEATURED"
31-
filtermode="selector"
32-
class="js-select-submit-on-change"
33-
validate="options"
34-
>
35-
<option value="">COM_CONTENT_SELECT_FEATURED</option>
36-
<option value="0">COM_CONTENT_FILTER_FEATURED_NO</option>
37-
<option value="1">COM_CONTENT_FILTER_FEATURED_YES</option>
38-
</field>
39-
4027
<field
4128
name="filter_level"
4229
type="integer"
@@ -50,6 +37,19 @@
5037
<option value="">JOPTION_SELECT_MAX_LEVELS</option>
5138
</field>
5239

40+
<field
41+
name="filter_featured"
42+
type="list"
43+
label="JFEATURED"
44+
filtermode="selector"
45+
class="js-select-submit-on-change"
46+
validate="options"
47+
>
48+
<option value="">COM_CONTENT_SELECT_FEATURED</option>
49+
<option value="0">COM_CONTENT_FILTER_FEATURED_NO</option>
50+
<option value="1">COM_CONTENT_FILTER_FEATURED_YES</option>
51+
</field>
52+
5353
<field
5454
name="filter_author_id"
5555
type="author"

0 commit comments

Comments
 (0)