Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzmg committed Jun 18, 2015
1 parent d0e2b48 commit f86e77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Contao Inherit Article
===================

Simple extension to replace the `\ArticleModel` in order to allow inheritable articles. In each article's settings, you have to option to let it inherit downwards in the page hierarchy of Contao. When enabled, the article will be visible on its parent page and all subpages of that parent. Since version 1.1.0 you can also optionally set a maximum inheritance level. e.g. a maximum inheritance of `2` means, that the article will only be inherited down two levels of the page hierarchy.
Simple extension to replace the `\ArticleModel` in order to allow inheritable articles. In each article's settings, you have to option to let it inherit downwards in the page hierarchy of Contao. When enabled, the article will be visible on its parent page and all subpages of that parent. Since version 1.1.0 you can also optionally set a maximum inheritance level. e.g. a maximum inheritance of `2` means that the article will only be inherited down two levels of the page hierarchy.

![Article settings](https://raw.githubusercontent.com/fritzmg/contao-inherit-article/master/inherit_article.png)

Expand Down

0 comments on commit f86e77f

Please sign in to comment.