Skip to content

Commit

Permalink
article layout override from category
Browse files Browse the repository at this point in the history
Joomla has the ability to set the articles details page layout from category menu item. but it wasn't implemented. just add these xml and its gonna work perfect.
  • Loading branch information
shamsbd71 committed Dec 1, 2015
1 parent 5ab1c2f commit 96822b7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions components/com_content/views/category/tmpl/default.xml
Expand Up @@ -192,6 +192,13 @@
<option value="0">JHIDE</option>
<option value="1">JSHOW</option>
</field>

<field name="article_layout" type="componentlayout"
label="JFIELD_ALT_LAYOUT_LABEL"
description="JFIELD_ALT_COMPONENT_LAYOUT_DESC"
useglobal="true"
extension="com_content" view="article"
/>

<field
name="spacer1"
Expand Down

0 comments on commit 96822b7

Please sign in to comment.