Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions administrator/components/com_content/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -732,31 +732,13 @@
default="4"
/>

<field
name="num_columns"
type="number"
label="JGLOBAL_NUM_COLUMNS_LABEL"
default="2"
/>

<field
name="num_links"
type="number"
label="JGLOBAL_NUM_LINKS_LABEL"
default="4"
/>

<field
name="multi_column_order"
type="list"
label="JGLOBAL_MULTI_COLUMN_ORDER_LABEL"
default="0"
showon="num_columns!:,0,1"
>
<option value="0">JGLOBAL_DOWN</option>
<option value="1">JGLOBAL_ACROSS</option>
</field>

<field
name="spacer1"
type="spacer"
Expand Down
7 changes: 0 additions & 7 deletions components/com_content/tmpl/featured/default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,6 @@
useglobal="true"
/>

<field
name="num_columns"
type="number"
label="JGLOBAL_NUM_COLUMNS_LABEL"
useglobal="true"
/>

<field
name="num_links"
type="number"
Expand Down
2 changes: 0 additions & 2 deletions plugins/sampledata/blog/blog.php
Original file line number Diff line number Diff line change
Expand Up @@ -413,9 +413,7 @@ public function onAjaxSampledataApplyStep2()
'show_category_title' => 0,
'num_leading_articles' => 4,
'num_intro_articles' => 0,
'num_columns' => 1,
'num_links' => 2,
'multi_column_order' => 1,
'orderby_sec' => 'rdate',
'order_date' => 'published',
'show_pagination' => 2,
Expand Down